{
  "name": "pogi",
  "version": "3.2.0",
  "description": "An easy PostgreSQL query handler on top of pg.js",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "type": "module",
  "scripts": {
    "build": "tsc -p ./tsconfig.json",
    "test": "node node_modules/jest/bin/jest --runInBand --config jest.config.js --verbose",
    "test_debug": "node --inspect-brk=9229 node_modules/jest/bin/jest --runInBand --config jest.config.js",
    "semantic-release": "semantic-release pre && npm publish && semantic-release post",
    "release_patch": "npm version patch; conventional-changelog -p angular -i CHANGELOG.md -s -r2; git add --all ./; git commit -m\"chore:generate changelog\"; git push; npm publish",
    "release_minor": "npm version minor; conventional-changelog -p angular -i CHANGELOG.md -s -r2; git add --all ./; git commit -m\"chore:generate changelog\"; git push; npm publish",
    "release_major": "npm version minor; conventional-changelog -p angular -i CHANGELOG.md -s -r2; git add --all ./; git commit -m\"chore:generate changelog\"; git push; npm publish"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/holdfenytolvaj/pogi.git"
  },
  "keywords": [
    "typescript",
    "postgresql",
    "postgres",
    "postgre",
    "pgsql",
    "pg"
  ],
  "dependencies": {
    "handlebars": "^4.7.8",
    "lodash": "^4.17.23",
    "minimatch": "^10.1.2",
    "moment": "^2.30.1",
    "pg": "8.18.0",
    "pg-query-stream": "^4.12.0",
    "tslib": "^2.8.1"
  },
  "devDependencies": {
    "@swc/jest": "^0.2.39",
    "@types/jasmine": "^6.0.0",
    "@types/jest": "^30.0.0",
    "@types/lodash": "^4.17.23",
    "@types/node": "^25.2.0",
    "@types/pg": "^8.16.0",
    "@types/shelljs": "^0.10.0",
    "@types/yargs": "^17.0.35",
    "dotenv": "^17.2.3",
    "jasmine": "^6.0.0",
    "jest": "^30.2.0",
    "semantic-release": "^25.0.3",
    "shelljs": "^0.10.0",
    "testcontainers": "^11.11.0",
    "typescript": "^5.9.3",
    "yargs": "^18.0.0"
  },
  "author": "Laszlo Radics<laszlo.radics@labcup.net>, Geza Radics<radicsge@protonmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/holdfenytolvaj/pogi/issues"
  },
  "homepage": "https://github.com/holdfenytolvaj/pogi#readme",
  "config": {
    "commitizen": {
      "path": "cz-conventional-changelog"
    }
  },
  "release": {
    "debug": false,
    "verifyConditions": {
      "path": "./node_modules/semantic-release/src/lib/plugin-noop.js"
    }
  }
}
