forked from icewind1991/mx-puppet-steam
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 950 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
30
31
32
33
34
{
"name": "mx-puppet-steam",
"version": "0.0.0",
"description": "Puppeting bridge for steam chat",
"main": "index.js",
"scripts": {
"build": "tsc",
"lint": "tslint --project ./tsconfig.json -t stylish",
"start": "npm run-script build && node ./build/index.js",
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "patch-package"
},
"author": "Icewind",
"dependencies": {
"@pdf-lib/upng": "^1.0.1",
"command-line-args": "^5.1.1",
"command-line-usage": "^6.1.1",
"gif-encoder": "^0.7.2",
"js-yaml": "^4.0.0",
"mx-puppet-bridge": "0.1.6",
"steam-user": "^4.29.1",
"steamcommunity": "3.46.1",
"steamid": "1.1.3",
"stream-buffers": "^3.0.2",
"ts-debounce": "2.2.0",
"patch-package": "^8.0.0"
},
"devDependencies": {
"@types/gif-encoder": "^0.7.0",
"@types/node": "^14.14.22",
"@types/steamid": "^2.0.0",
"typescript": "^4.1.3"
}
}