{
  "name": "stream-downloader",
  "version": "0.0.21",
  "description": "One stream downloader",
  "main": "index.js",
  "bin": {
    "stream-dl": "index.js",
    "stream-downloader": "index.js"
  },
  "dependencies": {
    "buffer": "^5.4.3",
    "cheerio": "^1.0.0-rc.3",
    "child_process": "^1.0.2",
    "crypto-js": "^3.1.9-1",
    "fluent-ffmpeg": "^2.1.2",
    "fs-extra": "^8.0.1",
    "iconv-lite": "^0.5.0",
    "inquirer": "^6.5.0",
    "mime": "^2.4.4",
    "optionator": "^0.8.2",
    "p-queue": "^6.1.0",
    "pino": "^5.13.4",
    "pino-pretty": "^3.2.2",
    "psl": "^1.4.0",
    "readline": "^1.3.0",
    "request": "^2.88.0",
    "request-promise": "^4.2.4",
    "superagent": "^5.1.0",
    "superagent-proxy": "^2.0.0",
    "tough-cookie": "^3.0.1",
    "unzip": "^0.1.11"
  },
  "devDependencies": {
    "babel-eslint": "^10.0.1",
    "chai": "^4.2.0",
    "codecov": "^3.5.0",
    "eslint": "^5.16.0",
    "mocha": "^6.2.1",
    "nodemon": "^1.19.3",
    "nyc": "^14.1.1",
    "pkg": "^4.4.0",
    "tape": "^4.10.1",
    "vuepress": "^1.2.0"
  },
  "pkg": {
    "scripts": [
      "lib/**/*.js"
    ]
  },
  "engines": {
    "node": ">=8.11.1"
  },
  "scripts": {
    "test": "mocha test/**/**test.js",
    "pkgwin": "pkg . --target node10-win-x64",
    "pkgmac": "pkg . --target node10-macos-x64",
    "pkglinux": "pkg . --target node10-linux-x64",
    "test-watch": "nodemon --exec \"npm test\"",
    "docs:dev": "vuepress dev _docs_src",
    "docs:build": "vuepress build _docs_src"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/lunnlew/stream-downloader.git"
  },
  "bugs": {
    "url": "https://github.com/lunnlew/stream-downloader/issues"
  },
  "homepage": "https://streamdl.karoy.cn/",
  "author": "lunnlew",
  "license": "MIT"
}
