{
  "name": "@haathie/pgmb",
  "version": "0.2.21",
  "description": "PG message broker, with a type-safe typescript client with built-in webhook & SSE support.",
  "publishConfig": {
    "registry": "https://registry.npmjs.org",
    "access": "public"
  },
  "type": "module",
  "main": "lib/index.js",
  "repository": "https://github.com/haathie/pgmb",
  "scripts": {
    "test": "node --env-file ./.test.env --test tests/*.test.ts",
    "prepare": "npm run build",
    "build": "tsc -p tsconfig.build.json",
    "lint": "eslint ./ --ext .js,.ts,.jsx,.tsx",
    "lint:fix": "eslint ./ --fix --ext .js,.ts,.jsx,.tsx",
    "benchmark": "TZ=utc node --env-file ./.env.test benchmark/run.ts",
    "pg:typegen": "pgtyped --config ./pgtyped.config.json"
  },
  "devDependencies": {
    "@adiwajshing/eslint-config": "git+https://github.com/adiwajshing/eslint-config",
    "@electric-sql/pglite": "^0.4.1",
    "@pgtyped/cli": "^2.4.3",
    "@types/amqplib": "^0.10.0",
    "@types/chance": "^1.1.6",
    "@types/jest": "^27.0.0",
    "@types/node": "^24.0.0",
    "@types/pg": "^8.11.14",
    "amqplib": "^0.10.7",
    "chance": "^1.1.12",
    "eslint": "^9.0.0",
    "eventsource": "^4.1.0",
    "pg": "^8.16.3",
    "standardwebhooks": "^1.0.0",
    "typescript": "^5.0.0"
  },
  "files": [
    "lib",
    "sql"
  ],
  "keywords": [
    "postgres",
    "message-broker",
    "pgmb",
    "pg-mb",
    "postgres-message-broker"
  ],
  "author": "Adhiraj Singh",
  "license": "MIT",
  "dependencies": {
    "@pgtyped/runtime": "^2.4.2",
    "pino": "^9.0.0"
  },
  "peerDependencies": {
    "standardwebhooks": "^1.0.0"
  },
  "peerDependenciesMeta": {
    "standardwebhooks": {
      "optional": true
    }
  }
}
