{
  "name": "@pgpmjs/transform",
  "version": "0.28.2",
  "author": "Constructive <developers@constructive.io>",
  "description": "Change-aware SQL transformation for PGPM — superset of @pgsql/transform plus change categorization, fixture closure, and bundle transpile/apply drivers",
  "main": "index.js",
  "module": "esm/index.js",
  "types": "index.d.ts",
  "homepage": "https://github.com/constructive-io/constructive",
  "license": "MIT",
  "publishConfig": {
    "access": "public",
    "directory": "dist"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/constructive-io/constructive"
  },
  "bugs": {
    "url": "https://github.com/constructive-io/constructive/issues"
  },
  "scripts": {
    "clean": "makage clean",
    "prepack": "npm run build",
    "build": "makage build",
    "build:dev": "makage build --dev",
    "lint": "eslint . --fix",
    "test": "jest",
    "test:watch": "jest --watch"
  },
  "keywords": [
    "sql",
    "postgres",
    "postgresql",
    "pgpm",
    "pgpmjs",
    "transform",
    "classify",
    "plpgsql"
  ],
  "devDependencies": {
    "@pgpmjs/bundle": "^0.18.2",
    "makage": "^0.8.0"
  },
  "dependencies": {
    "@pgpmjs/ast": "^0.15.2",
    "@pgpmjs/naming-spec": "^0.5.0",
    "@pgsql/scripts": "^18.4.7",
    "@pgsql/semantics": "^18.1.8",
    "@pgsql/transform": "^18.17.7",
    "plpgsql-parser": "^18.5.9"
  },
  "gitHead": "e05686fb94c5e22c954436f18c25aa4439b9e83e"
}
