{
  "name": "@iryu54/stack-monitor",
  "version": "2.2.2",
  "description": "Monitor processes as a stack",
  "git": "https://github.com/clabroche/stack-monitor",
  "repository": "https://github.com/clabroche/stack-monitor",
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org",
    "scope": "@iryu54"
  },
  "author": {
    "name": "clabroche",
    "email": "corentinlabroche@gmail.com",
    "url": "https://corentinlabroche.fr/"
  },
  "scripts": {
    "start": "cross-env-shell node bin/www $STACK_MONITOR_ROOT_PATH \"$SERVICE\"",
    "serve": "nodemon -e js,ts,jsx,tsx,vue,swagger.yml,swagger.yaml -x \"node ../../watch.js npm run start\"",
    "build": "tsup",
    "test": ""
  },
  "main": "stack.js",
  "typings": "./typings/export.d.ts",
  "types": "./typings/export.d.ts",
  "dependencies": {
    "@babel/preset-env": "^7.26.0",
    "@octokit/core": "^6.1.2",
    "@octokit/plugin-rest-endpoint-methods": "^13.2.6",
    "alasql": "^4.6.2",
    "ansi-to-html": "^0.7.2",
    "axios": "^1.7.9",
    "bluebird": "^3.7.2",
    "command-exists": "^1.2.9",
    "dayjs": "^1.11.10",
    "debounce": "^2.0.0",
    "dot-object": "^2.1.4",
    "dotenv": "^16.4.2",
    "express": "^4.18.2",
    "express-async-errors": "^3.1.1",
    "express-http-proxy": "^2.1.1",
    "fast-sort": "^3.4.0",
    "fdir": "^6.4.2",
    "kill-port": "^2.0.1",
    "libsodium-wrappers": "^0.7.15",
    "lodash": "^4.17.21",
    "open": "^8",
    "os-utils": "0.0.14",
    "pidusage-tree": "^2.0.5",
    "slugify": "^1.6.6",
    "tree-kill": "^1.2.2",
    "uuid": "^9.0.1",
    "yargs": "^17.7.2",
    "ws": "^8.18.0",
    "compression": "^1.7.4",
    "cookie-parser": "^1.4.6",
    "cors": "^2.8.5",
    "helmet": "^5.0.2",
    "http-proxy": "^1.18.1",
    "fix-esm": "^1.0.1",
    "ajv": "^8.12.0",
    "js-yaml": "^4.1.0",
    "xml-js": "^1.6.11",
    "jsonwebtoken": "^9.0.2",
    "mongodb": "^6.3.0",
    "prettier": "^3.1.0",
    "gpt-3-encoder": "^1.1.4",
    "openai": "^4.26.1",
    "node-sql-parser": "^4.12.0",
    "sql-formatter": "^12.0.0",
    "workspace-tools": "^0.36.4",
    "compressing": "^1.10.1",
    "node-red": "^4.0.8"
  },
  "bin": "www.js",
  "keywords": [
    "stack-monitor",
    "stack",
    "microservices",
    "git",
    "github",
    "bitbucket",
    "npm",
    "process",
    "command",
    "cli",
    "monitor",
    "monitoring"
  ],
  "license": "MIT",
  "packageManager": "yarn@4.0.2"
}