-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
57 lines (57 loc) · 1.62 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
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "skystats",
"version": "1.4.9",
"description": "A Hypixel Skyblock Metrics Bot For Discord.",
"changelog": "SkyStats Nightly\nCreated an Update script and function (same as the skyhelper api for now!)",
"main": "index.js",
"scripts": {
"start": "pm2 start --only SkyStats-Production",
"dev": "pm2 start --only SkyStats-Development",
"update": "node ./start/update_script.js",
"build": "pnpm i"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SkyStats-Development/SkyStats.git"
},
"bugs": {
"url": "https://github.com/SkyStats-Development/SkyStats/issues"
},
"homepage": "https://skyats.lol/",
"author": "Axle && SkyStats Development Team",
"license": "CUSTOM",
"dependencies": {
"@discordjs/builders": "^1.9.0",
"@discordjs/rest": "^2.4.0",
"@napi-rs/canvas": "^0.1.58",
"async-retry": "^1.3.3",
"axios": "^1.7.7",
"canvas": "^2.11.2",
"chalk": "^4.1.2",
"cheerio": "1.0.0-rc.12",
"cheerio-select": "2.1.0",
"common-tags": "^1.8.2",
"cors": "^2.8.5",
"discord-api-types": "^0.37.102",
"discord.js": "^14.16.3",
"dotenv": "^16.4.5",
"fetch": "^1.1.0",
"fs-promise": "2.0.3",
"hypixel-api-reborn": "^11.3.7",
"lilyweight": "^2.7.2",
"lodash": "^4.17.21",
"mkdirp": "^3.0.1",
"moment": "^2.30.1",
"mongodb": "^6.9.0",
"ms": "^2.1.3",
"os": "^0.1.2",
"path": "^0.12.7",
"ping": "^0.4.4",
"prettier": "3.0.3",
"prismarine-nbt": "^2.5.0",
"rss-parser": "^3.13.0",
"senitherweight": "^1.0.8",
"skyhelper-networth": "^1.25.0",
"util": "^0.12.5"
}
}