pm2-log-monitor
Version:
npm package to monitor your server pm2 logs on local
35 lines (34 loc) • 811 B
JSON
{
"name": "pm2-log-monitor",
"version": "1.0.0",
"description": "npm package to monitor your server pm2 logs on local",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aravindhfinix/PM2-log-monitor.git"
},
"keywords": [
"pm2",
"moniter",
"logs",
"node"
],
"author": "aravindh",
"license": "ISC",
"bugs": {
"url": "https://github.com/aravindhfinix/PM2-log-monitor/issues"
},
"homepage": "https://github.com/aravindhfinix/PM2-log-monitor#readme",
"dependencies": {
"express": "^4.18.2",
"express-basic-auth": "^1.2.1",
"http": "^0.0.1-security",
"socket.io": "^4.7.2"
},
"devDependencies": {
"typescript": "^5.1.6"
}
}