{
  "name": "blox-api",
  "version": "0.1.2",
  "description": "Roblox web API wrapper for Node.js",
  "main": "dist/index.js",
  "directories": {
    "lib": "src"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "typedoc": "npx typedoc --out docs ./src --mode modules"
  },
  "author": "LouieK22 <louie@tinybits.me> (https://github.com/LouieK22)",
  "homepage": "https://github.com/LouieK22/blox-api",
  "repository": {
    "type": "git",
    "url": "git@github.com:LouieK22/blox-api.git"
  },
  "bugs": {
    "url": "https://github.com/LouieK22/blox-api/issues"
  },
  "license": "MIT",
  "types": "dist/index.d.ts",
  "dependencies": {
    "cheerio": "^1.0.0-rc.3",
    "keyv": "^3.1.0",
    "keyv-file": "^0.1.13",
    "superagent": "^5.3.1"
  },
  "devDependencies": {
    "@types/cheerio": "^0.22.21",
    "@types/keyv": "^3.1.1",
    "@types/node": "^12.12.50",
    "@types/superagent": "^4.1.8"
  }
}
