{
  "name": "@spider-cloud/spider-client",
  "version": "0.2.5",
  "description": "Isomorphic Javascript SDK for Spider Cloud services",
  "scripts": {
    "test": "node --import tsx  --test __tests__/*test.ts",
    "build": "tsc",
    "prepublishOnly": "npm test && npm run build"
  },
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist/**/*"
  ],
  "keywords": [
    "spider",
    "sdk",
    "web crawling",
    "web scraping",
    "browser automation",
    "cdp",
    "headless",
    "api",
    "llm scraping"
  ],
  "author": "Jeff Mendez<jeff@spider.cloud>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/spider-rs/spider-clients.git",
    "directory": "javascript"
  },
  "homepage": "https://spider.cloud",
  "bugs": {
    "url": "https://github.com/spider-rs/spider-clients/issues"
  },
  "devDependencies": {
    "@types/node": "22.10.7",
    "dotenv": "^16.4.7",
    "tsx": "^4.19.2",
    "typescript": "5.7.3"
  },
  "dependencies": {
    "exponential-backoff": "^3.1.2",
    "spider-browser": "^0.2.3"
  }
}
