{
  "name": "@bluecadet/launchpad",
  "version": "2.0.12",
  "description": "Suite of tools to manage media installations",
  "engines": {
    "npm": ">=8.5.1",
    "node": ">=17.5.0"
  },
  "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.1.1",
    "@bluecadet/launchpad-content": "2.1.3",
    "@bluecadet/launchpad-dashboard": "2.0.0",
    "@bluecadet/launchpad-monitor": "2.0.5",
    "@bluecadet/launchpad-scaffold": "2.0.0"
  },
  "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"
  ]
}
