@runeya/runeya
Version:
Monitor processes as a stack
83 lines • 2.13 kB
JSON
{
"name": "@runeya/runeya",
"version": "1.33.35",
"description": "Monitor processes as a stack",
"git": "https://github.com/runeya/runeya",
"repository": "https://github.com/runeya/runeya",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org",
"scope": "@runeya"
},
"author": {
"name": "runeya",
"email": "contact@runeya.dev",
"url": "https://runeya.dev/"
},
"scripts": {
"start": "cross-env-shell node bin/www $RUNEYA_ROOT_PATH \"$SERVICE\"",
"serve": "nodemon -e js,ts,jsx,tsx,vue,swagger.yml,swagger.yaml -x \"runeya-dev-watch 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",
"tar": "^7.4.3",
"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",
"json-tree-view-vue3": "^1.0.2",
"fix-esm": "^1.0.1",
"compressing": "^1.10.1",
"node-red": "^4.0.8"
},
"bin": "www.js",
"keywords": [
"runeya",
"stack",
"microservices",
"git",
"github",
"bitbucket",
"npm",
"process",
"command",
"cli",
"monitor",
"monitoring"
],
"license": "MIT",
"packageManager": "yarn@4.0.2"
}