-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 912 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 912 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
{
"name": "skystatsapi",
"version": "1.0.5",
"description": "MEOW > We code things here at skystats development",
"main": "index.js",
"scripts": {
"start": "pm2 start --only SkyStatsAPI-Production",
"dev": "pm2 start --only SkyStatsAPI-Development",
"update": "node ./start/update_script.js",
"build": "pnpm i"
},
"keywords": [
"api",
"hypixel",
"skyblock"
],
"author": "Altpapier, Axle, SkyStats Development Team",
"license": "CUSTOM",
"dependencies": {
"axios": "^1.6.2",
"chalk": "^4.1.2",
"cors": "^2.8.5",
"discord.js": "^14.15.2",
"dotenv": "^10.0.0",
"express": "^4.18.2",
"express-rate-limit": "^6.11.2",
"lilyweight": "^2.7.2",
"prismarine-nbt": "^1.6.0",
"skyhelper-networth": "^1.18.5",
"util": "^0.12.5"
}
}