@abhisheksuresh2/nodeshield
Version:
A Simple But Advanced Node Application Process Manager
75 lines (74 loc) • 1.78 kB
JSON
{
"name": "@abhisheksuresh2/nodeshield",
"version": "0.2.2",
"description": "A Simple But Advanced Node Application Process Manager",
"main": "index.js",
"bin": {
"nodeshield": "./index.js"
},
"scripts": {
"start": "node index.js",
"test": "echo \"No tests specified\" && exit 0"
},
"repository": {
"type": "git",
"url": "https://github.com/AbhishekSuresh2/NodeShield.git"
},
"dependencies": {
"chalk": "^4.1.2",
"portfinder": "latest",
"yargs": "^17.7.2",
"commander": "^11.0.0",
"figlet": "^1.5.0",
"minimist": "^1.2.8"
},
"keywords": [
"nodeshield",
"node-monitor",
"process-manager",
"nodejs-utilities",
"app-monitoring",
"cluster-management",
"child-process",
"node-protection",
"node-security",
"application-monitor",
"server-health",
"performance-monitoring",
"restart-on-crash",
"load-balancer",
"server-clustering",
"nodejs-tools",
"developer-tools",
"process-restart",
"crash-handler",
"server-management",
"runtime-monitor",
"abhisheksuresh2",
"pm2",
"nodejs-monitor",
"nodejs-process-manager",
"node-logging",
"application-health-check",
"cloud-integration",
"nodejs-performance",
"nodejs-clustering",
"real-time-monitoring",
"process-scaling",
"docker-support",
"continuous-deployment",
"nodejs-automation",
"uptime-monitoring",
"service-health",
"node-cluster",
"app-resilience",
"system-monitoring",
"nodejs-dashboard"
],
"author": "Abhishek Suresh",
"license": "MIT",
"bugs": {
"url": "https://github.com/AbhishekSuresh2/NodeShield/issues"
},
"homepage": "https://github.com/AbhishekSuresh2/NodeShield#readme"
}