{
  "name": "pgtyped-cli-2",
  "version": "0.11.0",
  "main": "lib/index.js",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "test": "jest",
    "build": "tsc --declaration",
    "check": "tsc --noEmit",
    "watch": "tsc --declaration --watch --preserveWatchOutput"
  },
  "bin": {
    "pgtyped": "./lib/index.js"
  },
  "jest": {
    "roots": [
      "src"
    ],
    "transform": {
      "^.+\\.tsx?$": "ts-jest"
    }
  },
  "dependencies": {
    "@types/nunjucks": "^3.1.3",
    "camel-case": "^4.1.1",
    "chalk": "^4.0.0",
    "chokidar": "^3.3.1",
    "debug": "^4.1.1",
    "fp-ts": "^2.5.3",
    "glob": "^7.1.6",
    "io-ts": "^2.1.2",
    "io-ts-reporters": "^1.0.0",
    "minimist": "^1.2.5",
    "nunjucks": "3.2.2",
    "pascal-case": "^3.1.1",
    "pgtyped-query-2": "^0.11.0",
    "ts-parse-database-url": "^1.0.3"
  },
  "devDependencies": {
    "@types/debug": "4.1.5",
    "@types/glob": "7.1.3",
    "@types/minimist": "1.2.1"
  },
  "peerDependencies": {
    "typescript": "^3.1"
  },
  "gitHead": "1f1f97c73b531d444541f0d97781520f74e2af7b"
}
