{
  "name": "wenku8",
  "version": "4.0.0",
  "description": "轻小说文库下载器",
  "main": "dist/index.js",
  "type": "module",
  "bin": {
    "wenku8": "dist/index.js"
  },
  "scripts": {
    "start": "tsc && node dist/index.js",
    "build": "tsc",
    "clear": "rm -rf ./novels"
  },
  "files": [
    "dist"
  ],
  "author": "Akara",
  "repository": {
    "type": "git",
    "url": "https://github.com/Messiahhh/wenku8-downloader"
  },
  "keywords": [
    "cli",
    "command-line",
    "terminal",
    "console",
    "crawler",
    "wenku",
    "wenku8",
    "轻小说",
    "轻小说文库"
  ],
  "license": "MIT",
  "dependencies": {
    "@types/inquirer": "^9.0.3",
    "@types/through": "^0.0.31",
    "axios": "^0.27.2",
    "chalk": "^5.0.1",
    "cheerio": "^1.0.0-rc.2",
    "cli-table3": "^0.6.2",
    "commander": "^9.4.0",
    "epub-gen-honor": "^1.0.5",
    "epub-gen-loose": "^0.1.0",
    "epub-gen-memory": "^1.0.9",
    "follow-redirects": "^1.15.3",
    "iconv-lite": "^0.4.19",
    "inquirer": "^9.2.11",
    "ora": "^6.1.2",
    "set-cookie-parser": "^2.5.1",
    "typescript": "^5.2.2"
  },
  "devDependencies": {
    "@types/cheerio": "^0.22.31",
    "@types/iconv": "^3.0.1",
    "@types/inquirer": "^9.0.1",
    "@types/set-cookie-parser": "^2.4.2",
    "@typescript-eslint/eslint-plugin": "^5.36.1",
    "@typescript-eslint/parser": "^5.36.1",
    "eslint": "^8.23.0",
    "eslint-config-prettier": "^8.5.0",
    "eslint-plugin-prettier": "^4.2.1",
    "prettier": "^2.7.1"
  }
}
