-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 1003 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
{
"name": "steam-shortcuts",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "bash ./build.sh",
"add:steam": "ts-node ./add/index.ts && npm run stop:steam",
"stop:steam": "pgrep steam && kill -9 $(pgrep steam) || true; pkill steam || true"
},
"keywords": [],
"author": "",
"license": "WTFPL",
"devDependencies": {
"@types/node": "^20.2.3",
"@typescript-eslint/eslint-plugin": "^5.43.0",
"eslint": "^8.0.1",
"eslint-config-standard-with-typescript": "^34.0.1",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-n": "^15.0.0",
"eslint-plugin-promise": "^6.0.0",
"typescript": "^5.0.4"
},
"dependencies": {
"steam-binary-vdf": "^0.1.0",
"steam-categories": "^1.1.4",
"ts-node": "^10.9.1",
"vdf-parser": "^1.2.1"
},
"packageManager": "[email protected]+sha512.93e57b0126f0df74ce6bff29680394c0ba54ec47246b9cf321f0121d8d9bb03f750a705f24edc3c1180853afd7c2c3b94196d0a3d53d3e069d9e2793ef11f321"
}