{
  "name": "spido",
  "version": "1.5.0",
  "description": "Web crawler/spider for node.js & nest.js server.",
  "main": "./dist/index.js",
  "bin": {
    "spido": "./dist/cli/index.js"
  },
  "dependencies": {
    "axios": "^0.26.1",
    "boolbase": "^1.0.0",
    "cheerio": "^1.0.0-rc.10",
    "cheerio-select": "^1.6.0",
    "commander": "^9.2.0",
    "css-select": "^4.3.0",
    "css-what": "^6.1.0",
    "dom-serializer": "^1.3.2",
    "domelementtype": "^2.2.0",
    "domhandler": "^4.3.1",
    "domutils": "^2.8.0",
    "dotenv": "^16.0.0",
    "entities": "^2.2.0",
    "express": "^4.18.0",
    "follow-redirects": "^1.14.9",
    "htmlparser2": "^6.1.0",
    "node-fetch": "^2.6.11",
    "nth-check": "^2.0.1",
    "parse5": "^6.0.1",
    "parse5-htmlparser2-tree-adapter": "^6.0.1",
    "tslib": "^2.3.1",
    "url-parse": "^1.5.10",
    "xml-formatter": "^2.6.1"
  },
  "scripts": {
    "test": "jest",
    "build": "rm -r dist/ & tsc -p ."
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/yazan-zoghbi/spido.git"
  },
  "keywords": [
    "SEO",
    "Crawler",
    "Spider",
    "nodejs",
    "node"
  ],
  "author": "Yazan Zoghbi",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/yazan-zoghbi/spido/issues"
  },
  "homepage": "https://github.com/yazan-zoghbi/spido#readme",
  "directories": {
    "lib": "lib",
    "test": "test"
  },
  "devDependencies": {
    "@babel/core": "^7.18.2",
    "@babel/preset-env": "^7.18.2",
    "@babel/preset-typescript": "^7.17.12",
    "@types/cheerio": "^0.22.31",
    "@types/jest": "^27.5.2",
    "@types/node-fetch": "^2.6.3",
    "babel-jest": "^28.1.0",
    "babel-plugin-replace-ts-export-assignment": "^0.0.2",
    "jest": "^28.1.3",
    "ts-jest": "^28.0.8",
    "typescript": "^4.8.4"
  }
}
