{
  "name": "@letsscrapedata/proxy",
  "version": "0.0.25",
  "description": "proxy manager used to scrape data",
  "type": "module",
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "/dist"
  ],
  "exports": {
    ".": {
      "require": "./dist/index.cjs",
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts"
    }
  },
  "scripts": {
    "build": "tsup src/index.ts --format cjs,esm --dts --clean",
    "watch": "npm run build -- --watch src",
    "prepublishOnly": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/LetsScrapeData/proxy.git"
  },
  "homepage": "https://www.LetsScrapeData.com",
  "author": {
    "name": "LetsScrapeData"
  },
  "engines": {
    "node": ">=18"
  },
  "license": "Apache-2.0",
  "keywords": [
    "letsscrapedata",
    "proxy",
    "headless",
    "chrome",
    "playwright",
    "puppeteer",
    "cheerio",
    "crawler",
    "scraper"
  ],
  "dependencies": {
    "@letsscrapedata/utils": "^0.0.26",
    "http-proxy-agent": "^7.0.2"
  },
  "devDependencies": {
    "@types/node": "^22.10.1",
    "tsup": "^8.1.0",
    "typescript": "^5.7.2"
  }
}
