{
  "name": "pgtyped-example-2",
  "version": "0.11.0",
  "description": "A package demonstrating how pgtyped works.",
  "author": "Adel Salakh",
  "private": true,
  "homepage": "",
  "license": "MIT",
  "main": "lib/index.js",
  "directories": {
    "lib": "lib"
  },
  "files": [
    "lib"
  ],
  "scripts": {
    "test": "echo \"Error: run tests from root\" && exit 1",
    "typegen": "pgtyped -c config.json",
    "build": "tsc --declaration",
    "watch": "tsc --declaration --watch --preserveWatchOutput",
    "check": "tsc --noEmit"
  },
  "dependencies": {
    "@types/pg": "7.14.7",
    "expect": "26.6.2",
    "pg": "8.5.1",
    "pgtyped-cli-2": "^0.11.0",
    "pgtyped-query-2": "^0.11.0",
    "typescript": "3.8.3"
  },
  "devDependencies": {
    "ts-node": "9.0.0"
  }
}
