forked from glink25/Parti
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 745 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 745 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"name": "parti",
"version": "0.1.0",
"private": true,
"license": "PolyForm-Noncommercial-1.0.0",
"type": "module",
"description": "Parti — Web 多人互动房间 Runtime",
"scripts": {
"dev": "pnpm --filter @parti/web dev --host",
"room:dev": "node scripts/room-dev.mjs",
"build": "node scripts/room-build.mjs",
"preview": "pnpm --filter @parti/web preview",
"test": "vitest run",
"test:watch": "vitest",
"typecheck": "tsc -b"
},
"devDependencies": {
"@parti/room-source": "workspace:*",
"@types/node": "^26.0.1",
"tsx": "^4.20.6",
"typescript": "^5.6.3",
"vitest": "^2.1.8"
},
"pnpm": {
"onlyBuiltDependencies": ["esbuild"]
},
"packageManager": "[email protected]"
}