{
  "name": "scrapper-tools",
  "version": "2.7.0",
  "main": "dist/index.js",
  "types": "src/index.ts",
  "description": "Modern way to scrape modern websites",
  "license": "MIT",
  "scripts": {
    "build": "rm -rf dist && tsc",
    "watch": "tsc --watch"
  },
  "dependencies": {
    "@types/async-lock": "^1.1.3",
    "@types/cheerio": "^0.22.30",
    "@types/debug": "^4.1.7",
    "@types/fs-extra": "^9.0.12",
    "@types/inquirer": "^7.3.3",
    "@types/lodash": "^4.14.172",
    "@types/node": "^16.4.11",
    "@types/request": "^2.48.7",
    "@types/request-promise": "^4.1.48",
    "async-lock": "^1.3.0",
    "chalk": "^4.1.2",
    "cheerio": "^1.0.0-rc.10",
    "chrome-paths": "^1.0.1",
    "csv-parse": "^4.16.0",
    "csvtojson": "^2.0.10",
    "debug": "^4.3.2",
    "delay": "^5.0.0",
    "fs-extra": "^10.0.0",
    "inquirer": "~8.1.2",
    "json2csv": "^5.0.6",
    "lodash": "^4.17.21",
    "meow": "^9.0.0",
    "node-ssh": "^12.0.0",
    "p-limit": "^3.1.0",
    "p-retry": "^4.4.0",
    "playwright": "^1.13.1",
    "playwright-mini": "^1.0.1",
    "request": "^2.88.2",
    "request-promise": "^4.2.6",
    "sanitize-filename": "^1.6.3",
    "toml": "^3.0.0",
    "xlsx": "^0.17.0"
  },
  "devDependencies": {
    "typescript": "^4.3.5"
  }
}
