{
  "name": "zignis-plugin-read",
  "description": "A command line tool to help getting main part of a page",
  "version": "0.0.34",
  "main": "index.js",
  "license": "MIT",
  "devDependencies": {
    "@types/node": "^12.12.11",
    "@typescript-eslint/eslint-plugin": "^2.8.0",
    "@typescript-eslint/parser": "^2.8.0",
    "eslint": "^6.6.0",
    "eslint-config-standard": "^14.1.0",
    "eslint-plugin-node": "^10.0.0",
    "eslint-plugin-promise": "^4.2.1",
    "eslint-plugin-standard": "^4.0.1",
    "rimraf": "^3.0.0",
    "typescript": "^3.7.2"
  },
  "scripts": {
    "watch": "tsc -w",
    "build": "tsc",
    "clean": "rimraf lib",
    "postversion": "git push && git push --tags",
    "prepare": "npm run clean && npm run build"
  },
  "dependencies": {
    "@vipzhichengfork/node-readability": "^1.0.3",
    "@vipzhichengfork/pretty-markdown-pdf": "^1.0.1",
    "axios": "^0.19.0",
    "boxen": "^4.1.0",
    "chalk": "^3.0.0",
    "cheerio": "^1.0.0-rc.3",
    "get-port": "^5.0.0",
    "koa": "^2.11.0",
    "koa-router": "^7.4.0",
    "koa-static": "^5.0.0",
    "koa-views": "^6.2.1",
    "lodash": "^4.17.15",
    "marked": "^0.7.0",
    "marked-terminal": "^3.3.0",
    "mkdirp": "^0.5.1",
    "nunjucks": "^3.2.0",
    "open": "^7.0.0",
    "shelljs": "^0.8.3",
    "turndown": "^5.0.3",
    "turndown-plugin-gfm": "^1.0.2",
    "url-parse": "^1.4.7"
  },
  "peerDependencies": {
    "zignis": "^1.8.22"
  }
}
