UNPKG

pgsql-parser

Version:
42 lines 1.04 kB
{ "name": "pgsql-parser", "version": "17.8.2", "author": "Dan Lynch <pyramation@gmail.com>", "description": "The real PostgreSQL query parser", "main": "index.js", "module": "esm/index.js", "types": "index.d.ts", "homepage": "https://github.com/launchql/pgsql-parser", "license": "MIT", "publishConfig": { "access": "public", "directory": "dist" }, "repository": { "type": "git", "url": "https://github.com/launchql/pgsql-parser" }, "bugs": { "url": "https://github.com/launchql/pgsql-parser/issues" }, "scripts": { "copy": "copyfiles -f ../../../../LICENSE README.md package.json dist", "clean": "rimraf dist", "build": "npm run clean && tsc && tsc -p tsconfig.esm.json && npm run copy", "publish:pkg": "npm publish --tag pg17" }, "keywords": [ "sql", "postgres", "postgresql", "pg", "parser", "query", "database" ], "dependencies": { "@pgsql/types": "17.6.1", "libpg-query": "17.6.0", "pgsql-deparser": "17.11.1" } }