{
  "name": "pgtyped-query-2",
  "version": "0.11.0",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "test": "jest",
    "build": "tsc --declaration",
    "check": "tsc --noEmit",
    "watch": "tsc --declaration --watch --preserveWatchOutput",
    "parsegen-sql": "antlr4ts -visitor -Xexact-output-dir -o src/loader/sql/parser src/loader/sql/grammar/*.g4",
    "parsegen-ts": "antlr4ts -visitor -Xexact-output-dir -o src/loader/typescript/parser src/loader/typescript/grammar/*.g4"
  },
  "jest": {
    "roots": [
      "src"
    ],
    "transform": {
      "^.+\\.tsx?$": "ts-jest"
    }
  },
  "dependencies": {
    "@types/chalk": "^2.2.0",
    "@types/debug": "^4.1.4",
    "antlr4ts": "^0.5.0-alpha.3",
    "chalk": "^4.1.0",
    "debug": "^4.1.1",
    "pgtyped-wire-2": "^0.11.0"
  },
  "devDependencies": {
    "antlr4ts-cli": "0.5.0-alpha.3"
  },
  "peerDependencies": {
    "typescript": "^3.1"
  },
  "gitHead": "1f1f97c73b531d444541f0d97781520f74e2af7b"
}
