-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 783 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 783 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
{
"name": "tf2-backpack-scanner",
"version": "1.0.0",
"description": "A backpack scanner that tries to look nice.",
"main": "index.js",
"scripts": {
"start": "electron .",
"dist": "electron-builder"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AleXu224/TF2-Backpack-Scanner.git"
},
"keywords": [],
"author": "Squizel",
"license": "ISC",
"bugs": {
"url": "https://github.com/AleXu224/TF2-Backpack-Scanner/issues"
},
"homepage": "https://github.com/AleXu224/TF2-Backpack-Scanner#readme",
"dependencies": {
"@types/node-fetch": "^2.5.7",
"@types/steamid": "^1.1.0",
"await": "^0.2.6",
"electron": "^24.8.5",
"electron-debug": "^3.1.0",
"node-fetch": "^2.6.7",
"steamid": "^1.1.0",
"vdf": "0.0.2"
},
"devDependencies": {}
}