{ "name": "spookvooperapi", "version": "1.0.0", "description": "Easy to use library for the SpookVooper API", "main": "main.js", "type": "module", "scripts": { "test": "node main.js" }, "repository": { "type": "git", "url": "https://git.imbl.me/btech/spookvooper-api-libraries.git" }, "keywords": [ "spookvooper", "api", "library" ], "author": "bTech", "license": "SEE LICENSE IN LICENSE", "devDependencies": { "eslint": "^7.9.0", "prettier": "^2.1.1" }, "dependencies": { "axios": "^0.20.0" } }