forked from FlowingSPDG/CS-GO-AutoReplayRecorder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 772 Bytes
/
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
{
"name": "cs-go-autoreplayrecorder",
"version": "0.0.1",
"description": "CS:GO Auto Highlight-replay record system",
"main": "app.js",
"scripts": {
"test": "tsc --watch",
"start": "node ./dist/app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FlowingSPDG/CS-GO-AutoReplayRecorder.git"
},
"author": "Shugo \"FlowingSPDG\" Kawamura",
"license": "ISC",
"bugs": {
"url": "https://github.com/FlowingSPDG/CS-GO-AutoReplayRecorder/issues"
},
"homepage": "https://github.com/FlowingSPDG/CS-GO-AutoReplayRecorder#readme",
"devDependencies": {
"@types/node": "^12.6.8"
},
"dependencies": {
"@types/ws": "^6.0.1",
"big-integer": "^1.6.44",
"node-csgo-gsi": "0.0.4",
"ws": "^7.1.0"
}
}