{
  "name": "@faia/cli",
  "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"
    ],
    "testRegex": "\\.test\\.tsx?$",
    "transform": {
      "^.+\\.tsx?$": "ts-jest"
    }
  },
  "dependencies": {
    "@pgtyped/query": "^0.11.0",
    "@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",
    "fs-extra": "^10.0.0",
    "glob": "^7.1.6",
    "io-ts": "^2.1.2",
    "io-ts-reporters": "^1.0.0",
    "nunjucks": "3.2.3",
    "pascal-case": "^3.1.1",
    "ts-parse-database-url": "^1.0.3",
    "yargs": "^17.0.1"
  },
  "devDependencies": {
    "@types/debug": "4.1.5",
    "@types/fs-extra": "9.0.11",
    "@types/glob": "7.1.3",
    "@types/yargs": "17.0.0"
  },
  "peerDependencies": {
    "typescript": "3.1 - 4"
  }
}
