{
  "name": "@bluecadet/launchpad-monitor",
  "version": "3.0.4",
  "description": "",
  "type": "module",
  "files": [
    "dist/**/*.js",
    "dist/**/*.d.ts"
  ],
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    },
    "./launchpad-monitor": {
      "types": "./dist/launchpad-monitor.d.ts",
      "default": "./dist/launchpad-monitor.js"
    },
    "./commands": {
      "types": "./dist/monitor-commands.d.ts",
      "default": "./dist/monitor-commands.js"
    },
    "./config": {
      "types": "./dist/monitor-config.d.ts",
      "default": "./dist/monitor-config.js"
    },
    "./events": {
      "types": "./dist/monitor-events.d.ts",
      "default": "./dist/monitor-events.js"
    },
    "./state": {
      "types": "./dist/monitor-state.d.ts",
      "default": "./dist/monitor-state.js"
    },
    "./package.json": "./package.json"
  },
  "scripts": {
    "build": "tsc --build",
    "typecheck": "tsc --noEmit",
    "test": "vitest"
  },
  "engines": {
    "node": ">=23"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bluecadet/launchpad.git"
  },
  "author": "Bluecadet",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/bluecadet/launchpad/issues"
  },
  "homepage": "https://github.com/bluecadet/launchpad/packages/monitor",
  "dependencies": {
    "@bluecadet/launchpad-utils": "~3.2.0",
    "chalk": "^5.6.2",
    "cross-spawn": "^7.0.6",
    "neverthrow": "^8.2.0",
    "node-window-manager": "^2.2.4",
    "pm2": "^7.0.1",
    "semver": "^7.7.4",
    "tail": "^2.2.6",
    "zod": "^4.3.6"
  },
  "devDependencies": {
    "@bluecadet/launchpad-testing": "0.1.0",
    "@bluecadet/launchpad-tsconfig": "0.1.0",
    "@types/axon": "2.0",
    "@types/cross-spawn": "^6.0.6",
    "@types/semver": "^7.7.1",
    "@types/tail": "2.2",
    "axon": "^2.0.3",
    "immer": "^11.1.4",
    "vitest": "^4.1.2"
  }
}
