{
  "name": "axios-robots",
  "version": "0.4.0",
  "description": "A lightweight Axios interceptor that enforces robots.txt compliance for web scrapers and bots",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hyperfluid-tech/axios-robots.git"
  },
  "keywords": [
    "axios",
    "robots",
    "robots.txt",
    "interceptor",
    "scraping",
    "bot",
    "crawler"
  ],
  "author": "hyperfluid.tech",
  "license": "BSD-3-Clause",
  "scripts": {
    "build": "tsc",
    "test": "jest",
    "test:coverage": "jest --coverage && node scripts/make-badge.js",
    "prepublishOnly": "npm run build"
  },
  "type": "commonjs",
  "bugs": {
    "url": "https://github.com/hyperfluid-tech/axios-robots/issues"
  },
  "homepage": "https://github.com/hyperfluid-tech/axios-robots#readme",
  "peerDependencies": {
    "axios": "^1.0.0"
  },
  "devDependencies": {
    "@types/jest": "^30.0.0",
    "@types/ms": "^2.1.0",
    "@types/node": "^25.0.6",
    "axios": "^1.13.2",
    "jest": "^30.2.0",
    "nock": "^14.0.10",
    "ts-jest": "^29.4.6",
    "typescript": "^5.9.3"
  },
  "dependencies": {
    "ms": "^2.1.3",
    "robots-parser": "^3.0.1"
  }
}
