{
  "name": "drizzle-edge-pg-proxy-client",
  "version": "0.4.2",
  "description": "PostgreSQL HTTP client compatible with Neon's interface for edge environments",
  "type": "module",
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "author": "Samuel Lembke",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/samuellembke/drizzle-edge-pg-proxy-client"
  },
  "homepage": "https://github.com/samuellembke/drizzle-edge-pg-proxy-client#readme",
  "bugs": {
    "url": "https://github.com/samuellembke/drizzle-edge-pg-proxy-client/issues"
  },
  "exports": {
    ".": {
      "import": {
        "types": "./dist/index.d.ts",
        "default": "./dist/index.js"
      },
      "require": {
        "types": "./dist/index.d.cts",
        "default": "./dist/index.cjs"
      }
    },
    "./package.json": "./package.json"
  },
  "files": [
    "dist",
    "src"
  ],
  "keywords": [
    "drizzle",
    "postgresql",
    "edge",
    "serverless",
    "http",
    "database",
    "auth.js",
    "nextauth",
    "authentication",
    "next.js"
  ],
  "scripts": {
    "build": "tsup",
    "dev": "tsup --watch",
    "lint": "eslint . --ext .ts",
    "test": "vitest run",
    "test:watch": "vitest",
    "prepublishOnly": "bun run build"
  },
  "devDependencies": {
    "@tanstack/config": "^0.18.0",
    "@types/bun": "latest",
    "@types/node": "^22.13.13",
    "@typescript-eslint/eslint-plugin": "^8.28.0",
    "@typescript-eslint/parser": "^8.28.0",
    "drizzle-orm": "^0.41.0",
    "eslint": "^8.57.0",
    "pg": "^8.14.1",
    "tsup": "^8.4.0",
    "typescript": "^5.8.2",
    "vitest": "^3.0.9"
  },
  "dependencies": {
    "@neondatabase/serverless": "^1.0.0",
    "drizzle-orm": "^0.41.0"
  },
  "peerDependencies": {
    "drizzle-orm": "^0.41.0",
    "typescript": "^5.8.2"
  }
}
