shared/package.json 222 B raw
1
{
2
  "name": "shared",
3
  "version": "0.0.1",
4
  "main": "dist/index.js",
5
  "types": "dist/index.d.ts",
6
  "scripts": {
7
    "build": "tsc",
8
    "dev": "tsc --watch"
9
  },
10
  "devDependencies": {
11
    "typescript": "^5.8.3"
12
  }
13
}