{
  "name": "@pgpmjs/pglite-adapter",
  "version": "1.15.0",
  "author": "Constructive <developers@constructive.io>",
  "description": "PGlite driver for pgpm — registers an in-process PGlite instance as the pg-cache pool factory so the unmodified pgpm engine deploys into PGlite (WASM Postgres) with no server",
  "main": "index.js",
  "module": "esm/index.js",
  "types": "index.d.ts",
  "homepage": "https://github.com/constructive-io/constructive",
  "license": "MIT",
  "publishConfig": {
    "access": "public",
    "directory": "dist"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/constructive-io/constructive"
  },
  "bugs": {
    "url": "https://github.com/constructive-io/constructive/issues"
  },
  "keywords": [
    "postgres",
    "postgresql",
    "pglite",
    "wasm",
    "pgpm",
    "migrations",
    "pg-cache",
    "adapter",
    "driver"
  ],
  "scripts": {
    "clean": "makage clean",
    "prepack": "npm run build",
    "build": "makage build",
    "build:dev": "makage build --dev",
    "lint": "eslint . --fix",
    "test": "NODE_OPTIONS=--experimental-vm-modules jest --passWithNoTests",
    "test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch"
  },
  "devDependencies": {
    "@electric-sql/pglite": "0.5.4",
    "@pgpmjs/core": "^7.27.0",
    "@pgpmjs/types": "^2.52.0",
    "@types/pg": "^8.20.4",
    "makage": "^0.3.0",
    "pgpm": "^5.29.0"
  },
  "dependencies": {
    "pg-cache": "^3.27.0"
  },
  "peerDependencies": {
    "@electric-sql/pglite": ">=0.5.0"
  },
  "gitHead": "df6b6613c844b505813e5d02d3a4afd918b74eab"
}
