UNPKG

@launchql/cli

Version:
80 lines (79 loc) 1.96 kB
{ "name": "@launchql/cli", "version": "5.0.3", "author": "Constructive <developers@constructive.io>", "description": "LaunchQL CLI", "main": "index.js", "module": "esm/index.js", "types": "index.d.ts", "homepage": "https://github.com/constructive-io/constructive", "license": "MIT", "publishConfig": { "access": "public", "directory": "dist" }, "bin": { "lql": "index.js", "launchql": "index.js" }, "repository": { "type": "git", "url": "https://github.com/constructive-io/constructive" }, "bugs": { "url": "https://github.com/constructive-io/constructive/issues" }, "scripts": { "clean": "makage clean", "prepack": "npm run build", "build": "makage build", "build:dev": "makage build --dev", "dev": "ts-node ./src/index.ts", "lint": "eslint . --fix", "test": "jest", "test:watch": "jest --watch" }, "devDependencies": { "@types/js-yaml": "^4.0.9", "@types/minimist": "^1.2.5", "@types/node": "^20.12.7", "@types/pg": "^8.16.0", "@types/shelljs": "^0.8.16", "clean-ansi": "0.1.4", "glob": "^13.0.0", "makage": "^0.1.8", "pg": "^8.16.3", "ts-node": "^10.9.2" }, "dependencies": { "@launchql/codegen": "^2.17.10", "@launchql/env": "^2.8.3", "@launchql/explorer": "^2.10.4", "@launchql/server": "^2.10.4", "@pgpmjs/core": "^3.0.5", "@pgpmjs/logger": "^1.3.3", "@pgpmjs/server-utils": "^2.8.5", "@pgpmjs/types": "^2.12.3", "find-and-require-package-json": "^0.8.2", "inquirerer": "^2.1.14", "js-yaml": "^4.1.0", "minimist": "^1.2.8", "pg-cache": "^1.6.5", "pg-env": "^1.2.2", "pgpm": "^1.0.3", "shelljs": "^0.10.0", "yanse": "^0.1.8" }, "keywords": [ "cli", "command-line", "tool", "launchql", "utilities", "pg", "pgsql", "postgres", "graphile" ], "gitHead": "86d74dc4fce9051df0d2b5bcc163607aba42f009" }