{
  "name": "@flags-sdk/launchdarkly",
  "version": "1.1.1",
  "description": "LaunchDarkly provider for the Flags SDK",
  "keywords": [
    "flags-sdk",
    "launchdarkly",
    "vercel",
    "global config",
    "feature flags",
    "flags"
  ],
  "homepage": "https://flags-sdk.dev",
  "bugs": {
    "url": "https://github.com/vercel/flags/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vercel/flags.git"
  },
  "license": "MIT",
  "author": "Dominik Ferber <dominik@vercel.com>",
  "sideEffects": false,
  "type": "module",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    }
  },
  "main": "./dist/index.js",
  "typesVersions": {
    "*": {
      ".": [
        "dist/*.d.ts",
        "dist/*.d.cts"
      ]
    }
  },
  "files": [
    "dist",
    "CHANGELOG.md"
  ],
  "dependencies": {
    "@launchdarkly/vercel-server-sdk": "^1.3.34",
    "@vercel/global-config": "^1.5.1"
  },
  "devDependencies": {
    "@types/node": "22.14.0",
    "msw": "2.6.4",
    "rimraf": "6.1.2",
    "tsup": "8.5.1",
    "typescript": "5.6.3",
    "vite": "8.1.5",
    "vitest": "4.1.10",
    "flags": "4.3.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "rimraf dist && tsup",
    "dev": "tsup --watch --clean=false",
    "check": "biome check",
    "test": "vitest --run",
    "test:watch": "vitest",
    "type-check": "tsc --noEmit"
  }
}