{ "name": "skyblock-api", "version": "1.0.0", "description": "Wrapper for the Hypixel SkyBlock API", "main": "index.ts", "scripts": { "test": "mocha", "compile": "tsc", "start": "npm i --only=prod; node build/index.js" }, "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.1", "express-rate-limit": "^5.2.6", "lru-cache": "^6.0.0", "mongodb": "^3.6.7", "node-cache": "^5.1.2", "node-fetch": "^2.6.1", "prismarine-nbt": "^1.5.0", "uuid": "^8.3.2", "queue-promise": "^2.2.1" }, "devDependencies": { "@types/express": "^4.17.11", "@types/express-rate-limit": "^5.1.1", "@types/mocha": "^8.2.2", "@types/node": "^15.3.1", "@types/mongodb": "^3.6.15", "@types/lru-cache": "^5.1.0", "@types/node-fetch": "^2.5.10", "dotenv": "^9.0.2", "mocha": "^8.4.0", "ts-node": "^9.1.1", "typescript": "^4.2.4" } }