{
  "name": "supabase-test",
  "version": "3.13.0",
  "author": "Interweb <developers@interweb.io>",
  "description": "supabase-test offers isolated, role-aware, and rollback-friendly PostgreSQL environments for integration tests with Supabase defaults baked in",
  "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": [
    "supabase",
    "postgres",
    "postgresql",
    "testing",
    "integration-tests",
    "database-testing",
    "pg",
    "rls",
    "role-based-access",
    "test-database",
    "test-runner",
    "jest",
    "mocha",
    "seed",
    "fixtures",
    "transactions",
    "rollback",
    "node-postgres",
    "pg-pool",
    "pg-client"
  ],
  "scripts": {
    "clean": "makage clean",
    "copy": "makage assets",
    "prepack": "npm run build",
    "build": "npm run clean && tsc && tsc -p tsconfig.esm.json && npm run copy",
    "build:dev": "npm run clean && tsc --declarationMap && tsc -p tsconfig.esm.json && npm run copy",
    "lint": "eslint . --fix",
    "test": "jest --passWithNoTests",
    "test:watch": "jest --watch"
  },
  "dependencies": {
    "@pgpmjs/types": "^2.52.0",
    "deepmerge": "^4.3.1",
    "pg-env": "^1.31.0",
    "pgsql-test": "^5.13.0"
  },
  "devDependencies": {
    "makage": "^0.3.0"
  },
  "gitHead": "7407d2cdbaed4ec0f7c9bcdd9f4290c4ea81aa52"
}
