{
  "name": "spidey",
  "version": "1.0.7",
  "description": "Robust web spider for Node.js",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "tsc",
    "format": "prettier --write \"src/**/*.ts\"",
    "lint": "tslint -p tsconfig.json",
    "prepare": "npm run build",
    "prepublishOnly": "npm run lint",
    "preversion": "npm run lint",
    "version": "npm run format && git add -A src",
    "postversion": "git push && git push --tags"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/asad-haider/spidey.git"
  },
  "keywords": [
    "crawler",
    "spider",
    "data miner",
    "miner",
    "scraper",
    "web scraper",
    "web crawler",
    "web spider",
    "web data miner",
    "web data scraper",
    "web data crawler",
    "web data spider"
  ],
  "author": "Asad Haider",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/asad-haider/spidey/issues"
  },
  "homepage": "https://github.com/asad-haider/spidey#readme",
  "devDependencies": {
    "@types/node": "^18.16.2",
    "@types/xmldom": "^0.1.31",
    "prettier": "^2.8.8",
    "ts-node": "^10.9.1",
    "tslint": "^6.1.3",
    "tslint-config-prettier": "^1.18.0",
    "typescript": "^5.0.4"
  },
  "dependencies": {
    "axios": "^1.3.6",
    "bottleneck": "^2.19.5",
    "cheerio": "^1.0.0-rc.12",
    "winston": "^3.8.2",
    "xmldom": "^0.6.0",
    "xpath": "^0.0.32"
  },
  "files": [
    "dist",
    "LICENSE",
    "README.md",
    "package.json"
  ]
}
