{
  "name": "danbooru",
  "version": "3.0.1",
  "description": "danbooru api wrapper",
  "keywords": [
    "danbooru",
    "booru",
    "api",
    "image",
    "anime",
    "manga"
  ],
  "homepage": "https://github.com/stawberri/danbooru-node#readme",
  "bugs": {
    "url": "https://github.com/stawberri/danbooru-node/issues"
  },
  "license": "MIT",
  "author": "Pudding <aideen@aideen.pw> (https://www.puddi.pw/)",
  "main": "lib",
  "repository": {
    "type": "git",
    "url": "git+https://stawberri@github.com/stawberri/danbooru-node.git"
  },
  "scripts": {
    "lint": "eslint **/*.js",
    "test": "jest"
  },
  "devDependencies": {
    "babel-eslint": "^8.2.2",
    "eslint": "^4.18.1",
    "eslint-config-prettier": "^2.9.0",
    "eslint-plugin-prettier": "^2.6.0",
    "jest": "^22.4.2",
    "jsdoc": "^3.5.5",
    "nock": "^9.2.3",
    "node-fetch-polyfill": "^2.0.6",
    "prettier": "^1.11.0"
  }
}
