{
  "name": "json-web-crawler",
  "version": "0.8.3",
  "description": "Crawl website by json",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "json",
    "web-crawler",
    "crawl",
    "jquery",
    "jsdom"
  ],
  "author": "Knovour",
  "license": "MIT",
  "engines": {
    "node": ">= 8.0.0"
  },
  "dependencies": {
    "jquery": "^3.6.1",
    "jsdom": "^20.0.0",
    "lodash": "^4.17.21"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Knovour/json-web-crawler"
  },
  "devDependencies": {
    "axios": "^0.27.2",
    "puppeteer": "^18.0.3"
  }
}
