{
    "name": "tls-client-node",
    "version": "0.2.0",
    "description": "Node.js client for bogdanfinn/tls-client with native shared-library loading and optional managed runtime support.",
    "author": "Fatih Kabak",
    "repository": {
        "type": "git",
        "url": "https://github.com/fatihkabakk/tls-client-node"
    },
    "homepage": "https://github.com/fatihkabakk/tls-client-node#readme",
    "bugs": {
        "url": "https://github.com/fatihkabakk/tls-client-node/issues"
    },
    "funding": {
        "type": "github",
        "url": "https://github.com/sponsors/fatihkabakk"
    },
    "packageManager": "yarn@1.22.22",
    "type": "commonjs",
    "main": "./dist/index.js",
    "module": "./index.mjs",
    "types": "./dist/index.d.ts",
    "exports": {
        ".": {
            "types": "./dist/index.d.ts",
            "import": "./index.mjs",
            "require": "./dist/index.js",
            "default": "./index.mjs"
        },
        "./package.json": "./package.json"
    },
    "files": [
        "dist",
        "index.mjs",
        "scripts/postinstall.js",
        "README.md",
        "NOTICE",
        "LICENSE"
    ],
    "scripts": {
        "build": "tsc -p tsconfig.json",
        "smoke:exports": "node ./scripts/validate-exports.mjs",
        "smoke:compat": "node ./scripts/validate-compat.mjs",
        "ci:check": "yarn build && yarn smoke:exports && yarn smoke:compat && yarn pack:check",
        "prepare": "npm run build",
        "pack:check": "npm pack --dry-run",
        "postinstall": "node ./scripts/postinstall.js"
    },
    "keywords": [
        "tls-client",
        "tls-client-node",
        "ja3",
        "ja3-fingerprint",
        "tls-fingerprint",
        "clienthello",
        "http-client",
        "http2",
        "http3",
        "session-client"
    ],
    "sideEffects": false,
    "engines": {
        "node": ">=18.17"
    },
    "license": "SEE LICENSE IN LICENSE",
    "publishConfig": {
        "access": "public"
    },
    "dependencies": {
        "koffi": "^2.8.9",
        "tough-cookie": "^6.0.1"
    },
    "devDependencies": {
        "@types/tough-cookie": "^4.0.5",
        "@types/node": "^25.6.0",
        "typescript": "^6.0.3"
    }
}
