package.json 449 B

1234567891011121314151617181920212223
  1. {
  2. "name": "pm2-sysmonit",
  3. "version": "1.2.8",
  4. "description": "PM2.io System Monitoring",
  5. "main": "index.js",
  6. "scripts": {},
  7. "author": "",
  8. "license": "Apache",
  9. "apps": [
  10. {
  11. "name": "pm2-sysmonit",
  12. "script": "./index.js",
  13. "max_memory_restart": "150M"
  14. }
  15. ],
  16. "dependencies": {
  17. "async": "^3.2.0",
  18. "debug": "^4.3.1",
  19. "pidusage": "^2.0.21",
  20. "systeminformation": "^5.7",
  21. "tx2": "~1.0.4"
  22. }
  23. }