UNPKG

skyhelper-networth

Version:

SkyHelper's Networth Calculation for Hypixel SkyBlock

44 lines (43 loc) 1.15 kB
{ "name": "skyhelper-networth", "version": "2.6.1", "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.8.3", "prismarine-nbt": "^2.7.0" }, "devDependencies": { "eslint": "^9.20.1", "jest": "^29.7.0", "prettier": "^3.5.1" } }