forked from SkyCryptWebsite/SkyCrypt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·65 lines (65 loc) · 1.73 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
58
59
60
61
62
63
64
65
{
"name": "SkyCrypt",
"version": "1.0.0",
"description": "Player stats for Hypixel SkyBlock",
"main": "index.js",
"scripts": {
"start": "node init && node index",
"postinstall": "node init",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SkyCryptWebsite/skyblock-stats.git"
},
"keywords": [
"hypixel",
"skyblock",
"minecraft",
"statistics",
"skycrypt"
],
"author": "boblovespi + LeaPhant + MartinNemi03 + metalcupcake5 + Shiiyu + WarpWing",
"license": "MIT",
"bugs": {
"url": "https://github.com/SkyCryptWebsite/skyblock-stats/issues"
},
"homepage": "https://github.com/SkyCryptWebsite/skyblock-stats#readme",
"dependencies": {
"@tillhub/tableify": "^1.1.1",
"apng2gif-bin": "^1.7.1",
"async-retry": "^1.3.1",
"axios": "^0.19.2",
"axios-cache-adapter": "^2.5.0",
"axios-debug-log": "^0.7.0",
"body-parser": "^1.19.0",
"canvas": "^2.6.1",
"connect-mongo": "^3.2.0",
"cors": "^2.8.5",
"css": "^2.2.4",
"ejs": "^3.1.3",
"elevator.js": "^1.0.1",
"express": "^4.17.1",
"express-session": "^1.17.1",
"fs-extra": "^9.0.1",
"ioredis": "^4.17.3",
"just-safe-get": "^2.0.0",
"lodash": "^4.17.19",
"lodash.escaperegexp": "^4.1.2",
"micromatch": "^4.0.2",
"minecraft-data": "^2.54.0",
"moment": "^2.26.0",
"moment-duration-format": "^2.3.2",
"moment-timezone": "^0.5.31",
"mongodb": "^3.5.9",
"prismarine-nbt": "^1.3.0",
"progress": "^2.0.3",
"relaxed-json": "^1.0.3",
"remove": "^0.1.5",
"sharp": "^0.25.4",
"sitemap": "^6.1.5",
"twemoji": "^13.0.0",
"upng-js": "^2.1.0",
"uuid": "^8.1.0"
}
}