{
  "name": "pglite-test",
  "version": "1.13.0",
  "author": "Constructive <developers@constructive.io>",
  "description": "Drop-in pgsql-test getConnections backed by an in-process PGlite instance — no Postgres server, instance-per-suite isolation",
  "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",
    "testing",
    "integration-tests",
    "database-testing",
    "rls",
    "pgsql-test",
    "jest"
  ],
  "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",
    "@types/pg": "^8.20.4",
    "makage": "^0.3.0"
  },
  "dependencies": {
    "@pgpmjs/core": "^7.27.0",
    "@pgpmjs/env": "^2.43.0",
    "@pgpmjs/pglite-adapter": "^1.14.0",
    "pg-cache": "^3.27.0",
    "pg-env": "^1.31.0",
    "pgsql-client": "^4.13.0",
    "pgsql-test": "^5.13.0"
  },
  "peerDependencies": {
    "@electric-sql/pglite": ">=0.5.0"
  },
  "gitHead": "7407d2cdbaed4ec0f7c9bcdd9f4290c4ea81aa52"
}
