{
  "name": "crawler-lib",
  "version": "0.2.5",
  "description": "crawler framework for nodejs",
  "main": "./dist/index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "watch": "rimraf ./dist && tsc -w -p ./",
    "build": "rimraf ./dist && tsc -d -p ./",
    "generate:docs": "npx typedoc ./src --out ./docs --exclude \"**/*+(index|.spec|.e2e|.test|_*).ts\" --excludeExternals --excludePrivate --excludeProtected --mode file --theme minimal --readme none --hideGenerator"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/axetroy/crawler.git"
  },
  "author": "",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/axetroy/crawler/issues"
  },
  "homepage": "https://github.com/axetroy/crawler#readme",
  "devDependencies": {
    "@types/cheerio": "0.22.21",
    "@types/debug": "4.1.5",
    "@types/download": "6.2.4",
    "@types/fs-extra": "9.0.6",
    "@types/node": "12.19.11",
    "rimraf": "3.0.2",
    "ts-node": "9.1.1",
    "typescript": "4.1.2"
  },
  "dependencies": {
    "ava": "^3.0.0",
    "axios": "^0.21.0",
    "chalk": "^4.0.0",
    "cheerio": "^1.0.0-rc.3",
    "date-fns": "^2.8.0",
    "download": "^8.0.0",
    "fs-extra": "^9.0.0",
    "modern-random-ua": "^1.0.3",
    "p-retry": "^4.2.0",
    "p-timeout": "^4.0.0",
    "winston": "^3.2.1"
  }
}
