{ "name": "skyblock-api", "version": "1.0.0", "description": "Wrapper for the Hypixel SkyBlock API", "main": "index.ts", "scripts": { "test": "mocha", "compile": "tsc", "watch": "tsc -w", "start": "npm i --only=prod; node --trace-warnings build/index.js" }, "engines": { "node": ">=16.0.0" }, "repository": { "type": "git", "url": "git+https://github.com/mat-1/skyblock-api.git" }, "keywords": [ "hypixel", "minecraft", "hypixel", "skyblock" ], "author": "mat", "license": "ISC", "bugs": { "url": "https://github.com/mat-1/skyblock-api/issues" }, "homepage": "https://github.com/mat-1/skyblock-api#readme", "dependencies": { "express": "^4.17.2", "express-rate-limit": "^6.2.1", "lru-cache": "^7.3.1", "mongodb": "^4.4.0", "node-cache": "^5.1.2", "node-fetch": "github:tekwiz/node-fetch#fix/chunked-encoding-keepalive", "prismarine-nbt": "github:PrismarineJS/prismarine-nbt", "prom-client": "^14.0.1", "queue-promise": "^2.2.1", "uuid": "^8.3.2" }, "devDependencies": { "@types/express": "^4.17.13", "@types/express-rate-limit": "^6.0.0", "@types/lru-cache": "^5.1.1", "@types/mocha": "^9.1.0", "@types/mongodb": "^4.0.7", "@types/node": "^17.0.21", "dotenv": "^16.0.0", "mocha": "^9.2.0", "ts-node": "^10.5.0", "typescript": "^4.6.2" }, "type": "module" }