-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
44 lines (44 loc) · 1.05 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
41
42
43
44
{
"name": "csgo-skin-tester",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"start": "node app.js",
"migrate": "npx knex migrate:latest",
"skins:update": "node cmd skins:update"
},
"author": "",
"license": "ISC",
"dependencies": {
"async": "^3.2.0",
"axios": "^0.19.2",
"body-parser": "^1.19.0",
"colors": "^1.4.0",
"commander": "^5.1.0",
"config": "^3.3.1",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-validator": "^6.6.0",
"globaloffensive": "^2.1.0",
"knex": "^0.21.1",
"lodash": "^4.17.19",
"nssocket": "^0.6.0",
"objection": "^2.2.0",
"pg": "^8.2.1",
"simple-vdf": "^1.1.1",
"steam-totp": "^2.1.1",
"steam-user": "^4.16.2",
"winston": "^3.3.3"
},
"devDependencies": {
"@types/config": "0.0.36",
"@types/express": "^4.17.6",
"@types/validator": "^13.1.0",
"eslint": "^7.2.0",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-plugin-import": "^2.21.2"
}
}