{
  "name": "curl-cffi",
  "version": "0.1.50",
  "description": "A powerful HTTP client for Node.js based on libcurl with browser fingerprinting capabilities.",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "import": {
        "types": "./dist/index.d.mts",
        "default": "./dist/index.mjs"
      },
      "require": {
        "types": "./dist/index.d.ts",
        "default": "./dist/index.js"
      }
    }
  },
  "files": [
    "dist",
    "scripts/install.cjs",
    "libcurl.config.json",
    "README.md",
    "README.zh.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "tsup",
    "build:watch": "tsup --watch",
    "prepublishOnly": "npm run build",
    "install": "node scripts/install.cjs",
    "test": "ava"
  },
  "keywords": [
    "curl",
    "http",
    "libcurl",
    "curl-cffi",
    "curl-impersonate",
    "fingerprint",
    "browser-fingerprint",
    "http-client",
    "web-scraping",
    "ja3",
    "tls",
    "http2"
  ],
  "author": {
    "name": "tocha688",
    "url": "https://github.com/tocha688"
  },
  "homepage": "https://github.com/tocha688/curl-cffi-node",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tocha688/curl-cffi-node"
  },
  "license": "MIT",
  "packageManager": "pnpm@10.6.5",
  "devDependencies": {
    "@types/node": "^24.0.0",
    "ava": "^6.0.1",
    "p-limit": "^6.2.0",
    "tsup": "^8.5.0",
    "typescript": "^5.8.3"
  },
  "dependencies": {
    "@tocha688/libcurl": "^0.1.21",
    "@types/lodash": "^4.17.17",
    "lodash": "^4.17.21",
    "tar": "^7.4.3",
    "tough-cookie": "^5.1.2"
  },
  "ava": {
    "timeout": "3m"
  },
  "pnpm": {
    "onlyBuiltDependencies": [
      "esbuild"
    ]
  }
}