{
  "author": {
    "email": "gajus@gajus.com",
    "name": "Gajus Kuizinas",
    "url": "http://gajus.com"
  },
  "ava": {
    "extensions": [
      "ts"
    ],
    "files": [
      "test/slonik-utilities/**/*"
    ],
    "require": [
      "ts-node/register/transpile-only"
    ]
  },
  "dependencies": {
    "core-js": "^3.20.0",
    "delay": "^4.3.0",
    "es6-error": "^4.1.1",
    "lodash": "^4.17.21",
    "roarr": "^7.14.0",
    "serialize-error": "^5.0.0"
  },
  "description": "Utilities for manipulating data in PostgreSQL database using Slonik.",
  "devDependencies": {
    "@istanbuljs/nyc-config-typescript": "^1.0.2",
    "@semantic-release/commit-analyzer": "^9.0.2",
    "@semantic-release/github": "^8.0.5",
    "@semantic-release/npm": "^9.0.1",
    "@types/sinon": "^10.0.6",
    "ava": "^4.3.1",
    "coveralls": "^3.1.1",
    "eslint": "^8.27.0",
    "eslint-config-canonical": "^37.0.3",
    "gitdown": "^3.1.5",
    "husky": "^4.2.3",
    "nyc": "^15.1.0",
    "semantic-release": "^19.0.3",
    "sinon": "^12.0.1",
    "slonik": "^33.0.2",
    "ts-node": "^10.4.0"
  },
  "peerDependencies": {
    "slonik": ">28"
  },
  "engines": {
    "node": ">=8.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",
    "slonik",
    "utilities"
  ],
  "license": "BSD-3-Clause",
  "main": "./dist/src/index.js",
  "name": "slonik-utilities",
  "repository": {
    "type": "git",
    "url": "https://github.com/gajus/slonik-utilities"
  },
  "scripts": {
    "build": "rm -fr ./dist && tsc",
    "create-readme": "gitdown ./.README/README.md --output-file ./README.md",
    "lint": "eslint ./src ./test && tsc --noEmit",
    "test": "NODE_ENV=test nyc ava --verbose --serial"
  },
  "typings": "./dist/src/index.d.ts",
  "version": "2.0.2"
}
