{
    "name": "@browsercore/profiles",
    "version": "0.2.2",
    "description": "Browser fingerprint definitions (TLS / HTTP/2 / HTTP/1.1). Pure data — no protocol implementation.",
    "repository": {
        "type": "git",
        "url": "https://github.com/jverneuer/browsercore-profiles.git"
    },
    "homepage": "https://github.com/jverneuer/browsercore-profiles#readme",
    "bugs": {
        "url": "https://github.com/jverneuer/browsercore-profiles/issues"
    },
    "license": "MIT",
    "type": "module",
    "main": "./dist/index.js",
    "types": "./dist/index.d.ts",
    "exports": {
        ".": {
            "types": "./dist/index.d.ts",
            "import": "./dist/index.js"
        }
    },
    "files": [
        "dist",
        "bin",
        "LICENSE",
        "README.md"
    ],
    "publishConfig": {
        "access": "public",
        "registry": "https://registry.npmjs.org/"
    },
    "scripts": {
        "clean": "rm -rf dist",
        "build": "tsc -p tsconfig.json",
        "prepublishOnly": "npm run clean && npm run build",
        "typecheck": "tsc -p tsconfig.json --noEmit",
        "test": "vitest run",
        "lint": "oxlint --type-aware src/"
    },
    "devDependencies": {
        "@types/node": "^26.1.2",
        "@vitest/coverage-v8": "^4.1.10",
        "typescript": "^7.0.0",
        "vitest": "^4.1.10",
        "oxlint": "^1.76.0",
        "oxlint-tsgolint": "7.0.2001"
    },
    "engines": {
        "node": ">=26.0.0"
    }
}
