{
  "name": "puppeteer-afp",
  "version": "3.0.1",
  "description": "Coherent, persistable anti-fingerprinting for Puppeteer. One seed → one consistent browser identity, with proxy/timezone/geo coherence and a fingerprint vault.",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist/**/*",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "tsc",
    "build:watch": "tsc --watch",
    "clean": "rm -rf dist coverage",
    "lint": "eslint src --ext .ts --fix",
    "lint:check": "eslint src --ext .ts",
    "test": "jest",
    "test:watch": "jest --watch",
    "test:coverage": "jest --coverage",
    "verify": "npm run build && node scripts/verify.js",
    "typecheck": "tsc --noEmit",
    "format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
    "format:check": "prettier --check \"src/**/*.ts\" \"test/**/*.ts\"",
    "prebuild": "npm run clean",
    "prepublishOnly": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/pavlealeksic/puppeteer-afp.git"
  },
  "keywords": [
    "puppeteer",
    "stealth",
    "anti-fingerprint",
    "fingerprint",
    "anti-detection",
    "bot-detection",
    "scraping",
    "crawler",
    "chrome",
    "headless",
    "privacy",
    "canvas",
    "webgl",
    "webrtc",
    "proxy",
    "fingerprint-vault",
    "typescript"
  ],
  "author": "Pavle Aleksic <pavlealeksic@live.com> (https://twitter.com/aleksicpaja)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/pavlealeksic/puppeteer-afp/issues"
  },
  "homepage": "https://github.com/pavlealeksic/puppeteer-afp#readme",
  "engines": {
    "node": ">=18.0.0"
  },
  "dependencies": {},
  "devDependencies": {
    "@types/jest": "^29.5.14",
    "@types/node": "^24.10.1",
    "@typescript-eslint/eslint-plugin": "^8.46.0",
    "@typescript-eslint/parser": "^8.46.0",
    "eslint": "^9.39.0",
    "jest": "^29.7.0",
    "prettier": "^3.8.4",
    "puppeteer": "^24.43.1",
    "ts-jest": "^29.4.11",
    "typescript": "^5.9.3"
  },
  "peerDependencies": {
    "puppeteer": ">=10.0.0"
  }
}
