-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.23 KB
/
Copy pathpackage.json
File metadata and controls
46 lines (46 loc) · 1.23 KB
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
{
"name": "skyhelper-networth",
"version": "2.10.0",
"description": "SkyHelper's Networth Calculation for Hypixel SkyBlock",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"test": "npx jest --detectOpenHandles",
"coverage": "npx jest --coverage",
"lint": "npx eslint .",
"prettier": "npx prettier --check .",
"prettier:fix": "npx prettier --write ."
},
"keywords": [
"hypixel",
"skyblock",
"networth",
"skyhelper"
],
"repository": {
"type": "git",
"url": "https://github.com/Altpapier/SkyHelper-Networth.git"
},
"bugs": {
"url": "https://github.com/Altpapier/SkyHelper-Networth/issues"
},
"funding": {
"type": "patreon",
"url": "https://patreon.com/skyhelper"
},
"homepage": "https://skyhelper.altpapier.dev",
"author": "Altpapier",
"license": "MIT",
"dependencies": {
"axios": "^1.18.1",
"prismarine-nbt": "^2.8.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.5",
"@eslint/js": "^10.0.1",
"eslint": "^10.6.0",
"globals": "^17.7.0",
"jest": "^30.4.2",
"prettier": "^3.9.3"
}
}