{
  "name": "pgsql-parser",
  "version": "18.2.6",
  "author": "Constructive <developers@constructive.io>",
  "description": "The real PostgreSQL query parser",
  "main": "index.js",
  "module": "esm/index.js",
  "types": "index.d.ts",
  "homepage": "https://github.com/constructive-io/pgsql-parser",
  "license": "MIT",
  "publishConfig": {
    "access": "public",
    "directory": "dist"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/constructive-io/pgsql-parser"
  },
  "bugs": {
    "url": "https://github.com/constructive-io/pgsql-parser/issues"
  },
  "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",
    "lint": "eslint . --fix",
    "test": "jest",
    "test:watch": "jest --watch",
    "prepare-versions": "ts-node scripts/prepare-versions.ts",
    "test:ast": "ts-node scripts/test-ast.ts"
  },
  "keywords": [
    "sql",
    "postgres",
    "postgresql",
    "pg",
    "parser",
    "query",
    "database"
  ],
  "dependencies": {
    "@pgsql/types": "^18.0.0",
    "libpg-query": "18.1.4",
    "pgsql-deparser": "18.3.6"
  },
  "devDependencies": {
    "makage": "^0.5.1"
  },
  "gitHead": "30547f42aa4eb3b5677701b921cca23378452b0d"
}
