{
  "name": "pg-promise",
  "version": "12.6.2",
  "description": "PostgreSQL interface for Node.js",
  "main": "lib/index.js",
  "typings": "typescript/pg-promise.d.ts",
  "scripts": {
    "spelling": "cspell --config=.cspell.json \"**/*.{md,ts,js}\" --no-progress",
    "coverage": "nyc --reporter=html --reporter=text ./node_modules/jasmine-node/bin/jasmine-node --captureExceptions test",
    "doc": "jsdoc -c ./jsdoc/jsdoc.js ./jsdoc/README.md -t ./jsdoc/templates/custom",
    "lint": "eslint ./lib ./test/*.js ./test/db",
    "lint:fix": "npm run lint -- --fix",
    "test": "jasmine-node --captureExceptions test",
    "test:init": "node test/db/init.js",
    "test:native": "jasmine-node test --config PG_NATIVE true"
  },
  "files": [
    "lib",
    "typescript"
  ],
  "homepage": "https://github.com/vitaly-t/pg-promise",
  "repository": {
    "type": "git",
    "url": "https://github.com/vitaly-t/pg-promise.git"
  },
  "bugs": {
    "url": "https://github.com/vitaly-t/pg-promise/issues",
    "email": "vitaly.tomilov@gmail.com"
  },
  "keywords": [
    "pg",
    "promise",
    "postgres"
  ],
  "author": {
    "name": "Vitaly Tomilov",
    "email": "vitaly.tomilov@gmail.com"
  },
  "license": "MIT",
  "engines": {
    "node": ">=16.0"
  },
  "dependencies": {
    "assert-options": "0.8.3",
    "pg": "8.20.0",
    "pg-minify": "1.8.0",
    "spex": "4.1.0"
  },
  "peerDependencies": {
    "pg-query-stream": "4.14.0"
  },
  "devDependencies": {
    "@eslint/js": "10.0.1",
    "@types/node": "25.3.4",
    "coveralls": "3.1.1",
    "cspell": "9.7.0",
    "eslint": "10.0.2",
    "globals": "17.4.0",
    "jasmine-node": "3.0.0",
    "jsdoc": "4.0.5",
    "JSONStream": "1.3.5",
    "nyc": "18.0.0",
    "typescript": "5.9.3"
  }
}
