forked from Carroted/Bimulo
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 794 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 794 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
29
30
31
32
33
34
{
"name": "simulo",
"version": "0.9.0",
"main": "dist/server/src/index.js",
"scripts": {
"start": "node dist/server/src/index.js",
"build": "node build.js",
"deploy": "node deploy.js"
},
"dependencies": {
"@mdi/svg": "^7.2.96",
"@tabler/icons": "^2.10.0",
"@types/emscripten": "^1.39.6",
"box2d-wasm": "file:./box2d-wasm-7.0.0.tgz",
"chalk": "^5.2.0",
"earcut": "^2.2.4",
"express": "^4.17.2",
"node-datachannel": "^0.4.1",
"simple-peer": "^9.11.1",
"socket.io": "^4.6.1",
"terminal-link": "^3.0.0",
"wrtc": "^0.4.7",
"ws": "^8.13.0"
},
"engines": {
"node": ">=16.x"
},
"devDependencies": {
"@types/earcut": "^2.1.1",
"@types/express": "^4.17.17",
"gh-pages": "^5.0.0"
},
"type": "module"
}