{
  "name": "@launchdarkly/node-server-sdk-redis",
  "version": "4.2.26",
  "description": "Redis-backed feature store for the LaunchDarkly Server-Side SDK for Node.js",
  "homepage": "https://github.com/launchdarkly/js-core/tree/main/packages/store/node-server-sdk-redis",
  "repository": {
    "type": "git",
    "url": "https://github.com/launchdarkly/js-core.git"
  },
  "type": "commonjs",
  "main": "./dist/src/index.js",
  "types": "./dist/src/index.d.ts",
  "files": [
    "dist"
  ],
  "keywords": [
    "launchdarkly",
    "analytics",
    "client"
  ],
  "license": "Apache-2.0",
  "scripts": {
    "clean": "npx tsc --build --clean",
    "test": "npx jest --ci --runInBand",
    "build": "npx tsc",
    "lint": "npx eslint . --ext .ts",
    "lint:fix": "yarn run lint --fix"
  },
  "dependencies": {
    "ioredis": "^5.3.2"
  },
  "peerDependencies": {
    "@launchdarkly/node-server-sdk": ">=9.10.14"
  },
  "devDependencies": {
    "@launchdarkly/node-server-sdk": "9.10.14",
    "@types/jest": "^29.4.0",
    "@typescript-eslint/eslint-plugin": "^6.20.0",
    "@typescript-eslint/parser": "^6.20.0",
    "eslint": "^8.45.0",
    "eslint-plugin-import": "^2.27.5",
    "jest": "^29.5.0",
    "launchdarkly-js-test-helpers": "^2.2.0",
    "ts-jest": "^29.0.5",
    "typedoc": "0.25.0",
    "typescript": "5.1.6"
  }
}