{
  "name": "ha-pg",
  "version": "0.0.9",
  "description": "",
  "main": "node_postgres_ha.js",
  "scripts": {
    "test": "mocha test/index.ha.mjs",
    "test_mainstream": "mocha test/index.mainstream.mjs"
  },
  "keywords": [
    "postgresql",
    "high-availability",
    "backend",
    "database",
    "postgres",
    "postgre",
    "rdbms",
    "libpq",
    "pg"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/bitifet/node-postgres-ha"
  },
  "author": "",
  "license": "MIT",
  "devDependencies": {
    "mocha": "^10.7.3"
  }
}
