-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
45 lines (45 loc) · 1.3 KB
/
package.json
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "simulo",
"version": "0.10.0",
"main": "dist/server/src/index.js",
"scripts": {
"start": "bun server/src/index.ts",
"build": "bun scripts/build.ts",
"dev": "bun scripts/build.ts && bun run server/src/index.ts",
"watch": "bun scripts/watch.ts",
"desktop": "bun scripts/desktop.ts",
"all": "bun scripts/all-pre.ts && bun run scripts/build.ts && node scripts/deploy.js",
"canary": "bun scripts/all-pre.ts && bun run scripts/build.ts && node scripts/deploy.js --canary"
},
"dependencies": {
"@mdi/svg": "^7.2.96",
"@tabler/icons": "^2.10.0",
"@types/emscripten": "^1.39.6",
"box2d-wasm": "./other/box2d-wasm-7.0.0.tgz",
"chalk": "^5.2.0",
"chokidar": "^3.5.3",
"earcut": "^2.2.4",
"express": "^4.17.2",
"node-datachannel": "^0.4.1",
"node-pre-gyp": "^0.17.0",
"simple-peer": "^9.11.1",
"socket.io": "^4.6.1",
"terminal-link": "^3.0.0",
"tree-kill": "^1.2.2",
"wrtc": "^0.4.7",
"ws": "^8.13.0"
},
"devDependencies": {
"@types/earcut": "^2.1.1",
"@types/express": "^4.17.17",
"@types/gh-pages": "^3.2.1",
"@types/node": "^20.4.5",
"@types/ws": "^8.5.5",
"bun-types": "^0.7.3",
"gh-pages": "^5.0.0",
"tsup": "^7.1.0",
"tsx": "^3.12.7",
"typescript": "^5.1.6"
},
"type": "module"
}