{
  "name": "ghibli-api",
  "version": "0.1.3",
  "description": "A Node.js wrapper for Studio Ghibli API, providing filtering options",
  "main": "ghibli.js",
  "scripts": {
    "test": "jest"
  },
  "author": "fodark",
  "repository": {
    "type": "git",
    "url": "https://github.com/Fodark/ghibli-api"
  },
  "keywords": [
    "studio",
    "ghibli",
    "api",
    "wrapper"
  ],
  "license": "MIT",
  "dependencies": {
    "axios": "^0.19.2",
    "validator": "^12.2.0"
  },
  "devDependencies": {
    "cz-conventional-changelog": "^3.1.0",
    "eslint": "^6.8.0",
    "eslint-config-airbnb-base": "^14.0.0",
    "eslint-plugin-import": "^2.20.1",
    "jest": "^25.1.0"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  }
}
