{
  "name": "@chasidic/scraper",
  "version": "0.6.4",
  "description": "",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "repository": {
    "type": "git",
    "url": "https://github.com/chasidic/scraper.git"
  },
  "scripts": {
    "build": "tsc -p src/",
    "clean": "rm -rf dist/",
    "deploy": "git pull --rebase origin master && git push origin master",
    "major": "npm version major && npm publish",
    "minor": "npm version minor && npm publish",
    "patch": "npm version patch && npm publish",
    "postpublish": "git push origin master --follow-tags",
    "prepublishOnly": "npm run build -s",
    "tsc:watch": "npm run build -- --watch"
  },
  "author": "Ilan Frumer <ilanfrumer@gmail.com>",
  "license": "MIT",
  "dependencies": {
    "@chasidic/cache": "^0.6.2",
    "@types/async": "^3.0.0",
    "@types/cheerio": "^0.22.11",
    "@types/fs-extra-promise": "^1.0.8",
    "@types/request": "2.48.1",
    "@types/xmldom": "^0.1.29",
    "async": "^3.1.0",
    "cheerio": "^1.0.0-rc.3",
    "iconv": "^2.3.4",
    "request": "^2.88.0",
    "tslib": "^1.10.0",
    "xmldom": "^0.1.27"
  },
  "devDependencies": {
    "typescript": "^3.5.2"
  }
}
