{
  "name": "plpgsql-parser",
  "version": "18.5.10",
  "author": "Constructive <developers@constructive.io>",
  "description": "Combined SQL + PL/pgSQL parser with hydrated ASTs and transform API",
  "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"
  },
  "keywords": [
    "sql",
    "postgres",
    "postgresql",
    "pg",
    "plpgsql",
    "query",
    "ast",
    "parser",
    "deparser",
    "transform",
    "database"
  ],
  "devDependencies": {
    "makage": "^0.5.1"
  },
  "dependencies": {
    "@pgsql/traverse": "18.7.10",
    "@pgsql/types": "^18.0.0",
    "libpg-query": "18.1.5",
    "pgsql-deparser": "18.3.8",
    "plpgsql-deparser": "18.2.10"
  },
  "gitHead": "b93d0f73eab976c7db21f7bc7e2dad165d25173e"
}
