@pgsql/cli
Version:
Unified CLI for PostgreSQL AST parsing, deparsing, and code generation
61 lines (60 loc) • 1.65 kB
JSON
{
"name": "@pgsql/cli",
"version": "1.31.11",
"description": "Unified CLI for PostgreSQL AST parsing, deparsing, and code generation",
"author": "Dan Lynch <pyramation@gmail.com>",
"main": "index.js",
"module": "esm/index.js",
"types": "index.d.ts",
"homepage": "https://github.com/launchql/pgsql-parser/tree/master/packages/pgsql-cli#readme",
"license": "SEE LICENSE IN LICENSE",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/launchql/pgsql-parser"
},
"bugs": {
"url": "https://github.com/launchql/pgsql-parser/issues"
},
"bin": {
"pgsql": "index.js"
},
"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",
"dev": "ts-node src/index",
"lint": "eslint . --fix",
"test": "jest",
"test:watch": "jest --watch"
},
"keywords": [
"sql",
"postgres",
"postgresql",
"pg",
"query",
"ast",
"proto",
"parser",
"deparser",
"database"
],
"dependencies": {
"@launchql/protobufjs": "7.2.6",
"@launchql/protobufjs-cli": "1.1.5",
"chalk": "^4.1.0",
"glob": "8.0.3",
"minimist": "1.2.8",
"mkdirp": "3.0.1",
"nested-obj": "^0.0.1",
"pg-proto-parser": "^1.29.2",
"pgsql-deparser": "^17.11.1",
"pgsql-parser": "^17.8.1"
},
"gitHead": "65507c8470015acb1b93c1ae36d470a40b89f27f"
}