{
  "name": "headless-chrome-crawler",
  "version": "1.8.0",
  "description": "Distributed web crawler powered by Headless Chrome",
  "main": "index.js",
  "license": "MIT",
  "author": "Yuji Isobe",
  "scripts": {
    "commitmsg": "commitlint -e $GIT_PARAMS",
    "greenkeeper-lockfile-update": "greenkeeper-lockfile-update",
    "greenkeeper-lockfile-upload": "greenkeeper-lockfile-upload",
    "lint": "eslint --quiet -f codeframe . || eslint .",
    "jest-exclude-redis-cache": "yarn jest $(find test -name '*.test.js' -not -name 'redis.test.js')",
    "jest": "jest --maxWorkers=1",
    "test": "yarn tsc && yarn lint && yarn jest-exclude-redis-cache",
    "test-all": "yarn tsc && yarn lint && yarn jest",
    "tsc": "tsc -p ."
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/yujiosaka/headless-chrome-crawler.git"
  },
  "bugs": {
    "url": "https://github.com/yujiosaka/headless-chrome-crawler/issues"
  },
  "homepage": "https://github.com/yujiosaka/headless-chrome-crawler#readme",
  "dependencies": {
    "debug": "3.1.0",
    "jquery": "3.3.1",
    "lodash": "4.17.5",
    "puppeteer": "1.5.0",
    "request": "2.87.0",
    "request-promise": "4.2.2",
    "robots-parser": "1.0.2"
  },
  "peerDependencies": {
    "redis": "2.8.0"
  },
  "devDependencies": {
    "@commitlint/cli": "7.0.0",
    "@commitlint/config-conventional": "7.0.0",
    "@types/debug": "0.0.30",
    "@types/lodash": "4.14.109",
    "@types/node": "10.3.2",
    "@types/puppeteer": "1.3.3",
    "@types/request-promise": "4.1.41",
    "eslint": "4.19.1",
    "eslint-config-airbnb": "16.1.0",
    "eslint-plugin-import": "2.12.0",
    "greenkeeper-lockfile": "1.15.1",
    "husky": "0.14.3",
    "jest": "23.1.0",
    "mime": "2.3.0",
    "redis": "2.8.0",
    "typescript": "2.7.2"
  },
  "keywords": [
    "headless",
    "chrome",
    "crawler",
    "crawling",
    "jquery",
    "promise",
    "puppeteer",
    "scraper",
    "scraping"
  ],
  "engines": {
    "node": ">=8.10.0"
  }
}
