{
  "name": "danbooru",
  "version": "3.1.0",
  "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",
  "browser": "build",
  "repository": {
    "type": "git",
    "url": "git+https://stawberri@github.com/stawberri/danbooru-node.git"
  },
  "scripts": {
    "precommit": "pretty-quick --staged",
    "prepublishOnly": "babel lib -d build",
    "postpublish": "rimraf build",
    "lint": "eslint **/*.js",
    "test": "jest"
  },
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-eslint": "^8.2.2",
    "babel-plugin-rewrite-require": "^1.14.5",
    "babel-plugin-transform-object-rest-spread": "^6.26.0",
    "babel-preset-env": "^1.7.0",
    "eslint": "^4.18.2",
    "husky": "^0.14.3",
    "jest": "^24.5.0",
    "nock": "^9.2.3",
    "node-fetch-polyfill": "^2.0.6",
    "prettier": "^1.11.1",
    "pretty-quick": "^1.4.1",
    "rimraf": "^2.6.2"
  }
}
