@launchql/cli
Version:
LaunchQL CLI
75 lines (74 loc) • 1.91 kB
JSON
{
"name": "@launchql/cli",
"version": "4.11.0",
"author": "Dan Lynch <pyramation@gmail.com>",
"description": "LaunchQL CLI",
"main": "index.js",
"module": "esm/index.js",
"types": "index.d.ts",
"homepage": "https://github.com/launchql/launchql",
"license": "SEE LICENSE IN LICENSE",
"publishConfig": {
"access": "public",
"directory": "dist"
},
"bin": {
"lql": "index.js",
"launchql": "index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/launchql/launchql"
},
"bugs": {
"url": "https://github.com/launchql/launchql/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",
"dev": "ts-node ./src/index.ts",
"lint": "eslint . --fix",
"test": "jest",
"test:watch": "jest --watch"
},
"devDependencies": {
"@types/js-yaml": "^4.0.9",
"@types/node": "^20.12.7",
"@types/shelljs": "^0.8.16",
"ts-node": "^10.9.2"
},
"dependencies": {
"@launchql/core": "^2.10.0",
"@launchql/env": "^2.3.0",
"@launchql/explorer": "^2.4.0",
"@launchql/server": "^2.4.0",
"@launchql/server-utils": "^2.3.0",
"@launchql/templatizer": "^2.3.0",
"@launchql/types": "^2.4.0",
"chalk": "^4.1.0",
"inquirerer": "^2.0.8",
"js-yaml": "^4.1.0",
"minimist": "^1.2.8",
"pg-cache": "^1.2.0",
"pg-env": "^1.1.0",
"shelljs": "^0.9.2"
},
"resolutions": {
"graphql": "15.10.1"
},
"keywords": [
"cli",
"command-line",
"tool",
"launchql",
"utilities",
"pg",
"pgsql",
"postgres",
"graphile"
],
"gitHead": "812cd0e1de840818d88059a071c6acc15a156e87"
}