{
  "name": "@launchdarkly/js-server-sdk-common",
  "version": "2.16.0",
  "type": "commonjs",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "homepage": "https://github.com/launchdarkly/js-core/tree/main/packages/shared/sdk-server",
  "repository": {
    "type": "git",
    "url": "https://github.com/launchdarkly/js-core.git"
  },
  "description": "LaunchDarkly Server SDK for JavaScript - common code",
  "files": [
    "dist"
  ],
  "keywords": [
    "launchdarkly",
    "analytics",
    "client"
  ],
  "scripts": {
    "test": "npx jest --ci",
    "build": "npx tsc",
    "clean": "npx tsc --build --clean",
    "lint": "npx eslint . --ext .ts",
    "lint:fix": "yarn run lint --fix"
  },
  "license": "Apache-2.0",
  "dependencies": {
    "@launchdarkly/js-sdk-common": "2.18.0",
    "semver": "7.5.4"
  },
  "devDependencies": {
    "@trivago/prettier-plugin-sort-imports": "^4.1.1",
    "@types/jest": "^29.4.0",
    "@types/semver": "^7.3.13",
    "@typescript-eslint/eslint-plugin": "^6.20.0",
    "@typescript-eslint/parser": "^6.20.0",
    "eslint": "^8.45.0",
    "eslint-config-airbnb-base": "^15.0.0",
    "eslint-config-airbnb-typescript": "^17.1.0",
    "eslint-config-prettier": "^8.8.0",
    "eslint-plugin-import": "^2.27.5",
    "eslint-plugin-jest": "^27.6.3",
    "eslint-plugin-prettier": "^5.0.0",
    "jest": "^29.5.0",
    "jest-diff": "^28.1.1",
    "launchdarkly-js-test-helpers": "^2.2.0",
    "prettier": "^3.0.0",
    "ts-jest": "^29.0.5",
    "typedoc": "0.25.0",
    "typescript": "5.1.6"
  }
}