{ "name": "skyblock-api", "version": "1.0.0", "description": "Wrapper for the Hypixel SkyBlock API", "main": "index.ts", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "compile": "tsc", "start": "npm i; 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", "node-cache": "^5.1.2", "node-fetch": "^2.6.1", "prismarine-nbt": "^1.4.0" }, "devDependencies": { "@types/node": "^14.14.28", "dotenv": "^8.2.0" } }