{
  "name": "@launchdarkly/node-server-sdk",
  "version": "0.4.1",
  "description": "LaunchDarkly Server-Side SDK for Node.js",
  "homepage": "https://github.com/launchdarkly/js-core/tree/main/packages/sdk/server-node",
  "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"
  ],
  "scripts": {
    "clean": "npx tsc --build --clean",
    "//": "We run the tests in-band because the FS tests work best sequential.",
    "test": "npx jest --ci --runInBand",
    "build": "npx tsc",
    "lint": "npx eslint . --ext .ts",
    "lint:fix": "yarn run lint -- --fix"
  },
  "license": "Apache-2.0",
  "dependencies": {
    "@launchdarkly/js-server-sdk-common": "1.0.1",
    "https-proxy-agent": "^5.0.1",
    "launchdarkly-eventsource": "^1.4.4"
  },
  "devDependencies": {
    "@types/jest": "^29.4.0",
    "@typescript-eslint/eslint-plugin": "^5.22.0",
    "@typescript-eslint/parser": "^5.22.0",
    "eslint": "^8.14.0",
    "eslint-config-airbnb-base": "^15.0.0",
    "eslint-config-airbnb-typescript": "^17.0.0",
    "eslint-config-prettier": "^8.7.0",
    "eslint-plugin-import": "^2.26.0",
    "eslint-plugin-prettier": "^4.2.1",
    "jest": "^29.5.0",
    "launchdarkly-js-test-helpers": "^2.2.0",
    "prettier": "^2.8.4",
    "ts-jest": "^29.0.5",
    "typedoc": "0.23.26",
    "typescript": "^4.6.3"
  }
}
