UNPKG

pgsql-parser

Version:
48 lines (47 loc) 1.28 kB
{ "name": "pgsql-parser", "version": "17.7.0", "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": "SEE LICENSE IN LICENSE", "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", "prepare": "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", "parser", "query", "database" ], "dependencies": { "@pgsql/types": "^17.6.1", "libpg-query": "17.5.2", "pgsql-deparser": "^17.8.0" }, "gitHead": "785243803d4759f52f8fbe24cc8c0a0b99ba9b11" }