{
  "name": "@launchdarkly/js-server-sdk-common",
  "version": "1.0.1",
  "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",
  "//": "Pinned semver because 7.5.0 introduced require('util') without the node: prefix",
  "dependencies": {
    "@launchdarkly/js-sdk-common": "1.0.1",
    "semver": "7.4.0"
  },
  "devDependencies": {
    "@types/jest": "^29.4.0",
    "@types/semver": "^7.3.13",
    "@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",
    "jest-diff": "^28.1.1",
    "launchdarkly-js-test-helpers": "^2.2.0",
    "prettier": "^2.8.4",
    "ts-jest": "^29.0.5",
    "typedoc": "0.23.26",
    "typescript": "^4.6.3"
  }
}
