{
  "name": "@ovotech/potygen",
  "version": "0.8.11",
  "homepage": "https://github.com/ovotech/potygen/tree/main/packages/potygen",
  "description": "Postgres Typescript Generator",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "license": "Apache-2.0",
  "devDependencies": {
    "@ikerin/build-readme": "^1.1.1",
    "@types/jest": "^26.0.14",
    "@types/node": "^14.17.15",
    "@types/pg": "^8.6.1",
    "jest": "^26.4.2",
    "pg": "^8.7.1",
    "pg-promise": "^10.11.1",
    "prettier": "npm:@potygen/prettier@^2.8.1",
    "ts-jest": "^26.4.0",
    "ts-node": "^10.1.0",
    "typescript": "^4.8.3"
  },
  "scripts": {
    "build": "tsc --declaration",
    "build:readme": "build-readme README.md https://github.com/ovotech/potygen/tree/main/packages/potygen",
    "test": "jest test --runInBand",
    "test:general": "jest --runInBand test --testPathIgnorePatterns='test/version/*'",
    "test:11": "jest test/version/11 --runInBand",
    "test:13": "jest test/version/13 --runInBand",
    "test:14": "jest test/version/14 --runInBand",
    "test:15": "jest test/version/15 --runInBand",
    "test:16": "jest test/version/16 --runInBand",
    "lint": "prettier --list-different '{src,test}/**/*.ts'"
  },
  "jest": {
    "preset": "../../jest.json"
  },
  "dependencies": {
    "@ikerin/rd-parse": "^4.0.1"
  }
}