{
  "name": "pg-monitor",
  "version": "3.0.0",
  "description": "Event monitor for pg-promise.",
  "main": "lib/index.js",
  "typings": "typescript/pg-monitor.d.ts",
  "scripts": {
    "test": "jasmine-node test",
    "lint": "eslint ./lib ./test/*.js ./test/events"
  },
  "files": [
    "lib",
    "typescript"
  ],
  "homepage": "https://github.com/vitaly-t/pg-monitor",
  "repository": {
    "type": "git",
    "url": "https://github.com/vitaly-t/pg-monitor.git"
  },
  "bugs": {
    "url": "https://github.com/vitaly-t/pg-monitor/issues"
  },
  "keywords": [
    "pg-promise",
    "monitor",
    "node-postgres"
  ],
  "author": {
    "name": "Vitaly Tomilov",
    "email": "vitaly.tomilov@gmail.com"
  },
  "license": "MIT",
  "engines": {
    "node": ">=14"
  },
  "dependencies": {
    "picocolors": "^1.1.1"
  },
  "devDependencies": {
    "eslint": "8.57.0",
    "jasmine-node": "3.0.0",
    "typescript": "5.8.2"
  }
}
