{
  "name": "node-curl-impersonate",
  "version": "1.5.4",
  "description": "A wrapper around cURL-impersonate, a binary which can be used to bypass TLS fingerprinting.",
  "main": "dist/index.js",
  "type": "module",
  "keywords": [
    "web-scraping",
    "tls-fingerprinting",
    "curl-impersonate",
    "typescript"
  ],
  "author": "",
  "license": "ISC",
  "devDependencies": {
    "@types/node": "^22.9.0",
    "typescript": "^5.6.3"
  },
  "dependencies": {
    "ts-node": "^10.9.2"
  },
  "peerDependencies": {
    "typescript": "^5.6.3"
  },
  "scripts": {
    "build": "npx tsc"
  }
}