-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
40 lines (40 loc) · 1.01 KB
/
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
35
36
37
38
39
40
{
"name": "tf2-automatic-gui",
"version": "2.2.2",
"description": "An interface to easily manage your tf2-automatic bot",
"main": "app.js",
"scripts": {
"test": "npm run lint",
"lint": "eslint \"**/*.js\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/ZeusJunior/tf2-automatic-gui.git"
},
"author": "Zeus_Junior/76561198144346135",
"license": "ISC",
"bugs": {
"url": "https://github.com/ZeusJunior/tf2-automatic-gui/issues"
},
"homepage": "https://github.com/ZeusJunior/tf2-automatic-gui#readme",
"dependencies": {
"axios": "^0.19.2",
"body-parser": "^1.19.0",
"bottleneck": "^2.19.5",
"ejs": "^3.0.1",
"express": "^4.17.1",
"fs": "0.0.1-security",
"fs-extra": "^8.1.0",
"fuse.js": "^5.1.0",
"lodash": "^4.17.19",
"moment": "^2.24.0",
"open": "^7.0.0",
"path": "^0.12.7",
"tf2-currencies": "^1.2.4",
"tf2-sku": "^1.1.3"
},
"devDependencies": {
"eslint": "^6.8.0",
"eslint-config-google": "^0.14.0"
}
}