@bluecadet/launchpad
Version:
Suite of tools to manage media installations
93 lines (92 loc) • 1.97 kB
JSON
{
"name": "@bluecadet/launchpad",
"version": "2.0.13",
"description": "Suite of tools to manage media installations",
"engines": {
"node": ">=18"
},
"type": "module",
"scripts": {
"start": "node index.js",
"test": "cd test && node test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bluecadet/launchpad.git"
},
"author": {
"name": "Bluecadet",
"url": "https://bluecadet.com"
},
"files": [
"dist/**/*.js",
"dist/**/*.d.ts"
],
"exports": {
".": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"./package.json": "./package.json"
},
"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#readme",
"dependencies": {
"@bluecadet/launchpad-cli": "2.2.0",
"@bluecadet/launchpad-content": "2.2.0",
"@bluecadet/launchpad-dashboard": "2.0.0",
"@bluecadet/launchpad-monitor": "2.1.0",
"@bluecadet/launchpad-scaffold": "2.0.1"
},
"devDependencies": {
"@bluecadet/launchpad-tsconfig": "0.1.0"
},
"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"
]
}