{
  "name": "bangumi-data-helper",
  "version": "0.2.11",
  "description": "Helper for Bangumi Data",
  "bin": {
    "bdh": "./bin/bdh.js"
  },
  "files": [
    "bin",
    "lib"
  ],
  "scripts": {
    "lint": "eslint bin lib",
    "test": "npm run lint",
    "preversion": "npm test",
    "postversion": "git push && git push --tags && npm publish"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bangumi-data/helper.git"
  },
  "keywords": [
    "cli",
    "bangumi",
    "anime"
  ],
  "author": "Zhenye Wei",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/bangumi-data/helper/issues"
  },
  "homepage": "https://github.com/bangumi-data/helper#readme",
  "engines": {
    "node": ">= 12"
  },
  "dependencies": {
    "cheerio": "^1.0.0-rc.3",
    "dayjs": "^1.10.7",
    "fs-extra": "^9.0.1",
    "fuzzy": "^0.1.3",
    "https-proxy-agent": "^5.0.0",
    "inquirer": "^8.2.0",
    "inquirer-autocomplete-prompt": "^1.4.0",
    "klaw": "^3.0.0",
    "lodash": "^4.17.21",
    "node-fetch": "^2.6.0",
    "ora": "^4.0.4",
    "update-notifier": "^4.1.0",
    "yargs": "^15.4.0",
    "youtubei": "^0.0.1-rc.27"
  },
  "devDependencies": {
    "eslint": "^7.4.0",
    "eslint-config-airbnb-base": "^14.2.0",
    "eslint-plugin-import": "^2.22.0"
  }
}
