forked from Altpapier/SkyHelperAPI
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 955 Bytes
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 955 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
{
"name": "skyhelperapi",
"version": "1.0.0",
"description": "API for the features of the SkyHelper Discord bot",
"main": "index.js",
"scripts": {
"start": "node ."
},
"keywords": [
"api",
"hypixel",
"skyblock"
],
"author": "Altpapier",
"license": "MIT",
"dependencies": {
"axios": "^0.22.0",
"chalk": "^4.1.2",
"cors": "^2.8.5",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"express-rate-limit": "^6.3.0",
"fs": "^0.0.1-security",
"lilyweight": "^2.7.0",
"mongodb": "^6.9.0",
"mongoose": "^8.7.0",
"node-cache": "^5.1.2",
"path": "^0.12.7",
"pm2": "^5.3.1",
"prismarine-nbt": "^1.6.0",
"skyhelper-networth": "^1.25.0",
"sqlite": "^5.1.1",
"sqlite3": "^5.1.7",
"util": "^0.12.4"
},
"engines": {
"node": "=16.7.0"
}
}