{
    "name": "jumpy-lion",
    "description": "",
    "type": "module",
    "version": "0.1.5",
    "engines": {
        "node": ">=20.0.0"
    },
    "author": {
        "name": "Petr Pátek",
        "email": "petrpatekml@gmail.com"
    },
    "main": "dist/index.js",
    "module": "dist/index.js",
    "types": "dist/index.d.ts",
    "exports": {
        ".": {
            "import": "./dist/index.js",
            "require": "./dist/index.js"
        },
        "./package.json": "./package.json"
    },
    "files": [
        "dist"
    ],
    "license": "Apache-2.0",
    "scripts": {
        "clean": "rimraf ./dist",
        "prepublishOnly": "npm run build",
        "compile": "tsc -p tsconfig.build.json",
        "copy-extension": "cp -r src/fingerprinting/all-fingerprint-defender dist/fingerprinting/ && cp -r src/fingerprinting/anti-webgpu dist/fingerprinting/",
        "build": "npm run clean && npm run compile && npm run copy-extension",
        "ci:build": "turbo run build --cache-dir=\".turbo\"",
        "test:unit": "vitest run unit",
        "test": "vitest run --silent",
        "test:e2e": "node test/e2e/run.mjs",
        "test:full": "cross-env vitest run --silent",
        "coverage": "vitest --coverage",
        "lint": "eslint src/**/*.ts test/**/*.ts",
        "lint:fix": "eslint \"src/**/*.ts\" \"test/**/*.ts\" --fix"
    },
    "devDependencies": {
        "@apify/eslint-config-ts": "^0.4.0",
        "@apify/log": "^2.4.0",
        "@apify/tsconfig": "^0.1.0",
        "@commitlint/config-conventional": "^19.0.0",
        "@types/cheerio": "^0.22.35",
        "@types/chrome-remote-interface": "^0.31.14",
        "@types/is-ci": "^3.0.4",
        "@types/ps-tree": "^1.1.6",
        "@typescript-eslint/eslint-plugin": "^7.15.0",
        "@typescript-eslint/parser": "^7.15.0",
        "@vitest/coverage-istanbul": "^2.1.1",
        "@vitest/coverage-v8": "^2.0.0",
        "c8": "^10.1.2",
        "commitlint": "^19.0.0",
        "deep-equal": "^2.0.5",
        "eslint": "^8.52.0",
        "eslint-config-prettier": "^9.1.0",
        "fs-extra": "^11.0.0",
        "gen-esm-wrapper": "^1.1.3",
        "i": "^0.3.7",
        "is-ci": "^3.0.1",
        "npm": "^10.8.3",
        "rimraf": "^6.0.0",
        "tsx": "^4.4.0",
        "turbo": "^2.1.2",
        "typescript": "^5.5.4",
        "vite-tsconfig-paths": "^4.3.2",
        "vitest": "^2.1.1"
    },
    "packageManager": "npm@10.7.0",
    "dependencies": {
        "chrome-remote-interface": "^0.33.2",
        "crawlee": "^3.15.3",
        "fingerprint-generator": "^2.1.78",
        "header-generator": "^2.1.78",
        "proxy-chain": "^2.5.3",
        "ps-tree": "^1.2.0"
    }
}
