{
  "name": "@pgsql/transform",
  "version": "18.17.6",
  "author": "Constructive <developers@constructive.io>",
  "description": "AST-based SQL transformation, qualification, classification and closure analysis for PostgreSQL",
  "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",
    "fixtures": "ts-node scripts/make-fixtures.ts",
    "scan-corpus": "node scripts/scan-corpus.js"
  },
  "dependencies": {
    "@pgsql/quotes": "18.2.4",
    "@pgsql/semantics": "18.1.7",
    "@pgsql/traverse": "18.7.8",
    "plpgsql-parser": "18.5.8"
  },
  "devDependencies": {
    "makage": "^0.5.1"
  },
  "keywords": [
    "sql",
    "postgres",
    "postgresql",
    "pg",
    "ast",
    "transform",
    "classify",
    "plpgsql"
  ],
  "gitHead": "0a734eba1425f7a1c15c3fc67550a81a5fbcba01"
}
