{
  "name": "unleash-client",
  "version": "6.10.1",
  "description": "Unleash Client for Node",
  "license": "Apache-2.0",
  "main": "./lib/index.js",
  "typings": "./lib/index.d.ts",
  "scripts": {
    "version": "./scripts/update-build-details.sh $npm_package_version",
    "lint": "biome check .",
    "lint:fix": "biome check --write .",
    "pre-commit": "lint-staged",
    "prebuild": "del-cli --force lib",
    "build": "tsc -p .",
    "prepare": "husky && yarn run build",
    "test": "vitest run",
    "coverage": "vitest run --coverage",
    "bench:isEnabled": "node ./bench/is-enabled.bench.js"
  },
  "repository": {
    "type": "git",
    "url": "ssh://git@github.com:Unleash/unleash-node-sdk.git"
  },
  "keywords": [
    "unleash",
    "client",
    "feature toggle"
  ],
  "bugs": {
    "url": "https://github.com/Unleash/unleash-node-sdk/issues"
  },
  "homepage": "https://github.com/Unleash/unleash-node-sdk",
  "dependencies": {
    "http-proxy-agent": "^7.0.2",
    "https-proxy-agent": "^7.0.5",
    "ip-address": "^9.0.5",
    "launchdarkly-eventsource": "2.2.0",
    "lru-cache": "^11.2.5",
    "make-fetch-happen": "^15.0.3",
    "murmurhash3js": "^3.0.1",
    "proxy-from-env": "^1.1.0",
    "re2js": "^1.2.2",
    "semver": "^7.7.3"
  },
  "engines": {
    "node": ">=20"
  },
  "files": [
    "lib",
    "!lib/test",
    "examples"
  ],
  "devDependencies": {
    "@biomejs/biome": "2.3.8",
    "@tsconfig/node20": "^20.1.0",
    "@types/express": "^4.17.25",
    "@types/jsbn": "^1.2.33",
    "@types/make-fetch-happen": "^10.0.4",
    "@types/murmurhash3js": "^3.0.7",
    "@types/nock": "^11.1.0",
    "@types/node": "^20.17.17",
    "@types/proxy-from-env": "^1.0.4",
    "@types/semver": "^7.5.0",
    "@unleash/client-specification": "5.2.2",
    "@vitest/coverage-v8": "4.0.14",
    "@vitest/ui": "4.0.14",
    "del-cli": "^7.0.0",
    "husky": "^9.1.7",
    "lint-staged": "^16.2.7",
    "mkdirp": "^3.0.1",
    "nock": "^14.0.10",
    "redis": "^4.6.7",
    "sinon": "^21.0.0",
    "tinybench": "^2.9.0",
    "typescript": "^5.9.3",
    "vitest": "^4.0.14"
  },
  "resolutions": {
    "ansi-regex": "^5.0.1",
    "debug": "^4.0.0",
    "braces": "^3.0.3",
    "ip-address": "^9.0.5",
    "json-schema": "^0.4.0",
    "json5": "^2.0.0",
    "qs": "^6.5.3",
    "minimatch": "^9.0.0",
    "semver": "^7.5.3"
  },
  "lint-staged": {
    "*.{js,ts,jsx,tsx,json,md}": [
      "biome check --write --no-errors-on-unmatched --files-ignore-unknown=true"
    ]
  },
  "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e",
  "type": "commonjs"
}
