UNPKG

@bluecadet/launchpad-cli

Version:
107 lines (106 loc) 2.28 kB
{ "name": "@bluecadet/launchpad-cli", "version": "3.0.2", "description": "CLI for @bluecadet/launchpad utilities", "engines": { "npm": ">=8.5.1", "node": ">=23" }, "type": "module", "bin": { "launchpad": "./dist/cli.js" }, "exports": { ".": { "types": "./dist/launchpad-config.d.ts", "default": "./dist/launchpad-config.js" }, "./package.json": "./package.json" }, "files": [ "dist/**/*.js", "dist/**/*.d.ts" ], "scripts": { "build": "tsc --build", "typecheck": "tsc --noEmit", "test": "vitest" }, "repository": { "type": "git", "url": "git+https://github.com/bluecadet/launchpad.git" }, "author": { "name": "Bluecadet", "url": "https://bluecadet.com" }, "maintainers": [ { "name": "Benjamin Bojko", "url": "https://github.com/benjaminbojko" }, { "name": "Pete Inge", "url": "https://github.com/pingevt" }, { "name": "Clay Tercek", "url": "https://github.com/claytercek" } ], "license": "ISC", "bugs": { "url": "https://github.com/bluecadet/launchpad/issues" }, "homepage": "https://github.com/bluecadet/launchpad/packages/cli", "dependencies": { "@bluecadet/launchpad-controller": "~3.0.0", "@bluecadet/launchpad-utils": "~3.0.0", "ansi-escapes": "^7.3.0", "chalk": "^5.6.2", "dotenv": "^17.3.1", "jiti": "^2.6.1", "neverthrow": "^8.2.0", "string-width": "^8.2.0", "yargs": "^18.0.0", "zod": "^4.3.6" }, "devDependencies": { "@bluecadet/launchpad-testing": "0.1.0", "@bluecadet/launchpad-tsconfig": "0.1.0", "@types/yargs": "^17.0.35", "devalue": "^5.6.4", "memfs": "^4.57.1" }, "keywords": [ "bluecadet", "cli", "configuration-management", "daemon", "deploy", "deployment", "dev ops", "devops", "download-manager", "exhibits", "forever-monitor", "forever", "graceful", "installations", "keep process alive", "log", "logs", "monitoring", "node.js monitoring", "nodemon", "pm2", "process configuration", "process manager", "production", "profiling", "runtime", "sysadmin", "tools", "windows-desktop" ] }