{
  "name": "zerobyw-dl",
  "version": "1.5.1",
  "description": "Yet another batch downloader for zerobyw",
  "main": "dist/index.js",
  "bin": "dist/cli.js",
  "types": "src/global.d.ts",
  "scripts": {
    "tsc": "tsc",
    "build": "tsc",
    "clean": "rm -rf dist/",
    "prepublishOnly": "tsc"
  },
  "keywords": [
    "scraper",
    "zerobyw"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/yinyanfr/zerobyw-dl.git"
  },
  "bugs": {
    "url": "https://github.com/yinyanfr/zerobyw-dl/issues"
  },
  "homepage": "https://github.com/yinyanfr/zerobyw-dl#readme",
  "author": "Yan",
  "license": "MIT",
  "devDependencies": {
    "@types/archiver": "^5.3.2",
    "@types/args": "^5.0.0",
    "@types/jsdom": "^21.1.0",
    "@types/node": "^18.15.0",
    "typescript": "^4.9.5"
  },
  "dependencies": {
    "archiver": "^5.3.1",
    "args": "^5.0.3",
    "axios": "^1.3.4",
    "jsdom": "^21.1.1",
    "yesno": "^0.4.0"
  }
}