{
  "name": "@neondatabase/config-runtime",
  "version": "1.0.2",
  "description": "Imperative runtime for @neon/config: inspect/plan/apply a neon.ts policy against the Neon API and bundle + deploy Neon Functions. Pulls in esbuild; import this from CLIs and CI, not from neon.ts.",
  "keywords": [
    "neon",
    "database",
    "postgres",
    "iac",
    "config-as-code",
    "platform",
    "deploy"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/neondatabase/neon-pkgs.git"
  },
  "license": "Apache-2.0",
  "author": {
    "name": "Neon",
    "url": "https://neon.com"
  },
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "default": "./dist/index.js"
    },
    "./v1": {
      "types": "./dist/v1.d.ts",
      "import": "./dist/v1.js",
      "default": "./dist/v1.js"
    }
  },
  "files": [
    "README.md",
    "dist/",
    "package.json"
  ],
  "devDependencies": {
    "@types/node": "^20.19.0",
    "@vitest/coverage-v8": "^3.0.9",
    "console-fail-test": "0.5.0",
    "tsdown": "^0.14.1",
    "typescript": "^5.9.0",
    "vitest": "^3.0.9",
    "@neon/e2e-harness": "0.0.0",
    "@neon/sdk": "2.2.0"
  },
  "dependencies": {
    "@vercel/nft": "^1.10.2",
    "esbuild": "^0.28.1",
    "fflate": "^0.8.3",
    "@neon/config": "1.0.2"
  },
  "engines": {
    "node": ">=20.19.0"
  },
  "publishConfig": {
    "provenance": false
  },
  "scripts": {
    "build": "tsc --noEmit && tsdown",
    "test": "pnpm --filter @neon/config-runtime... build && vitest --passWithNoTests",
    "test:ci": "vitest run --passWithNoTests",
    "test:e2e": "vitest run --config vitest.e2e.config.ts",
    "tsc": "tsc"
  }
}