UNPKG

pgsql-parser

Version:
50 lines (49 loc) 1.39 kB
{ "name": "pgsql-parser", "version": "17.7.8", "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", "prepare-versions": "ts-node scripts/prepare-versions.ts", "test:ast": "ts-node scripts/test-ast.ts" }, "keywords": [ "sql", "postgres", "postgresql", "pg", "parser", "query", "database" ], "dependencies": { "@pgsql/types": "^17.6.1", "libpg-query": "17.5.5", "pgsql-deparser": "^17.9.0" }, "gitHead": "c2982c6793a8e92395a32e5d9d656b04e060466b" }