{
  "name": "@pgsql/cli",
  "version": "1.32.15",
  "description": "Unified CLI for PostgreSQL AST parsing, deparsing, and code generation",
  "author": "Constructive <developers@constructive.io>",
  "main": "index.js",
  "module": "esm/index.js",
  "types": "index.d.ts",
  "homepage": "https://github.com/constructive-io/pgsql-parser/tree/master/packages/pgsql-cli#readme",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/constructive-io/pgsql-parser"
  },
  "bugs": {
    "url": "https://github.com/constructive-io/pgsql-parser/issues"
  },
  "bin": {
    "pgsql": "index.js"
  },
  "scripts": {
    "copy": "makage assets",
    "clean": "makage clean dist",
    "prepublishOnly": "npm run build",
    "build": "npm run clean && tsc && tsc -p tsconfig.esm.json && npm run copy",
    "build:dev": "npm run clean && tsc --declarationMap && tsc -p tsconfig.esm.json && npm run copy",
    "dev": "ts-node src/index",
    "lint": "eslint . --fix",
    "test": "jest",
    "test:watch": "jest --watch"
  },
  "keywords": [
    "sql",
    "postgres",
    "postgresql",
    "pg",
    "query",
    "ast",
    "proto",
    "parser",
    "deparser",
    "database"
  ],
  "dependencies": {
    "@launchql/protobufjs": "7.2.6",
    "@launchql/protobufjs-cli": "1.1.5",
    "chalk": "^4.1.0",
    "glob": "8.0.3",
    "minimist": "1.2.8",
    "mkdirp": "3.0.1",
    "nested-obj": "^0.1.5",
    "pg-proto-parser": "1.30.5",
    "pgsql-deparser": "17.18.3",
    "pgsql-parser": "17.9.15"
  },
  "devDependencies": {
    "@types/minimist": "^1.2.5",
    "makage": "^0.1.8"
  },
  "gitHead": "16d4dced1144372f2debc270ea07e9d842cc50c9"
}
