{
  "author": {
    "email": "gajus@gajus.com",
    "name": "Gajus Kuizinas",
    "url": "http://gajus.com"
  },
  "dependencies": {
    "concat-stream": "^2.0.0",
    "es6-error": "^4.1.1",
    "fast-safe-stringify": "^2.1.1",
    "get-stack-trace": "^2.1.1",
    "hyperid": "^2.3.1",
    "is-plain-object": "^5.0.0",
    "iso8601-duration": "^1.3.0",
    "p-defer": "^3.0.0",
    "pg": "^8.7.3",
    "pg-copy-streams": "^6.0.2",
    "pg-copy-streams-binary": "^2.2.0",
    "pg-cursor": "^2.7.3",
    "pg-protocol": "^1.5.0",
    "pg-types": "^4.0.0",
    "postgres-array": "^3.0.1",
    "postgres-interval": "^4.0.0",
    "roarr": "^7.11.0",
    "serialize-error": "^8.0.0",
    "through2": "^4.0.2"
  },
  "description": "A Node.js PostgreSQL client with strict types, detailed logging and assertions.",
  "devDependencies": {
    "@semantic-release/commit-analyzer": "^9.0.2",
    "@semantic-release/github": "^8.0.5",
    "@semantic-release/npm": "^9.0.1",
    "@types/concat-stream": "^1.6.1",
    "@types/pg-copy-streams": "^1.2.1",
    "@types/sinon": "^10.0.6",
    "@types/through2": "^2.0.36",
    "ava": "^4.1.0",
    "coveralls": "^3.1.1",
    "delay": "^5.0.0",
    "eslint": "^8.20.0",
    "eslint-config-canonical": "^35.1.4",
    "expect-type": "^0.13.0",
    "gitdown": "^3.1.5",
    "husky": "^4.3.6",
    "nyc": "^15.1.0",
    "pg-native": "^3.0.0",
    "postgres": "^3.2.4",
    "postgres-bridge": "^1.14.0",
    "semantic-release": "^19.0.3",
    "sinon": "^12.0.1",
    "ts-node": "^10.7.0",
    "typescript": "^4.7.4",
    "zod": "^3.17.10"
  },
  "engines": {
    "node": ">=10.0"
  },
  "husky": {
    "hooks": {
      "pre-commit": "npm run lint && npm run test && npm run build",
      "pre-push": "gitdown ./.README/README.md --output-file ./README.md --check"
    }
  },
  "keywords": [
    "postgresql",
    "promise",
    "types"
  ],
  "license": "BSD-3-Clause",
  "main": "./dist/src/index.js",
  "name": "nodejs-postgresql-client",
  "nyc": {
    "all": true,
    "exclude": [
      "src/bin",
      "src/queries/*.ts",
      "**/*.d.ts"
    ],
    "include": [
      "src/**/*.ts"
    ],
    "reporter": [
      "html",
      "text-summary"
    ],
    "require": [
      "ts-node/register/transpile-only"
    ],
    "silent": true,
    "sourceMap": false
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/gajus/slonik"
  },
  "scripts": {
    "build": "rm -fr ./dist && tsc",
    "create-readme": "gitdown ./.README/README.md --output-file ./README.md",
    "lint": "eslint ./src ./test && tsc --noEmit",
    "test": "nyc ava --verbose --serial"
  },
  "types": "./dist/src/index.d.ts",
  "version": "0.0.0-development"
}
