-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 988 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 988 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
33
34
35
36
37
38
39
40
41
{
"name": "csgofloat",
"version": "4.0.0",
"description": "Source Code that Powers the CSGOFloat API",
"author": "Step7750",
"main": "index.js",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Step7750/CSGOFloat.git"
},
"scripts": {
"start": "node index.js"
},
"dependencies": {
"body-parser": "^1.19.0",
"command-line-args": "^5.1.1",
"dotenv": "^17.2.3",
"express": "^4.17.1",
"express-rate-limit": "^5.5.1",
"globaloffensive": "^3.2.0",
"helmet": "^8.1.0",
"https-proxy-agent": "^7.0.6",
"jsonwebtoken": "^9.0.2",
"long": "^3.2.0",
"mongodb": "^2.2.36",
"node-fetch": "^2.7.0",
"pg": "^8.10.0",
"simple-vdf": "^1.1.1",
"socket.io": "^2.4.0",
"steam-totp": "^2.1.2",
"steam-user": "^5.2.0",
"uuid": "^13.0.0",
"winston": "^2.4.5",
"zod": "^4.1.12"
},
"devDependencies": {
"eslint": "^8.56.0",
"eslint-config-google": "^0.7.1"
}
}