-
Notifications
You must be signed in to change notification settings - Fork 192
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 787 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 787 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
{
"name": "SS_Test",
"version": "1.0.4",
"description": "",
"main": "dist/index.js",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"clean": "rimraf ./dist",
"build": "tsc",
"rebuild": "npm run clean && npm run build",
"start": "npm run build && node ./dist/index.js",
"lint": ""
},
"author": "",
"license": "ISC",
"dependencies": {
"@epicgames-ps/lib-pixelstreamingcommon-ue5.7": "*",
"@protobuf-ts/plugin": "^2.9.3",
"ws": "^8.17.1"
},
"devDependencies": {
"@types/assert": "^1.5.10",
"@types/node": "^20.10.1",
"@types/ws": "^8.5.10",
"rimraf": "^6.0.0",
"typescript": "^5.3.2"
}
}