-
Notifications
You must be signed in to change notification settings - Fork 25
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 721 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 721 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
{
"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",
"lilyweight": "^2.7.0",
"prismarine-nbt": "^1.6.0",
"skyhelper-networth": "^1.6.0",
"util": "^0.12.4"
},
"engines": {
"node": "=16.7.0"
}
}