-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 875 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 875 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
35
36
37
{
"name": "stageplay",
"version": "0.0.0",
"description": "",
"type": "commonjs",
"main": "./index.js",
"module": "./index.mjs",
"types": "./dist/main.d.ts",
"bin": {
"stageplay": "./bin/run"
},
"scripts": {
"postinstall": "ts-patch install",
"build": "node buildscript/compile.mjs",
"clean": "node buildscript/clean.mjs",
"prepack": "npm run build"
},
"dependencies": {
"@msgpack/msgpack": "^3.1.1",
"logtint": "^0.2.0",
"peerjs": "^1.5.4",
"sockjs": "^0.3.24",
"sockjs-client": "^1.6.1"
},
"devDependencies": {
"@types/node": "^22.15.17",
"@types/peerjs": "^0.0.30",
"@types/sockjs": "^0.3.36",
"@types/sockjs-client": "^1.5.4",
"ts-patch": "^3.2.1",
"tslib": "^2.6.3",
"typescript": "^5.5.4",
"typescript-transform-paths": "^3.5.5"
},
"author": "",
"keywords": []
}