package.json 268 B

1234567891011
  1. {
  2. "name": "pm2-plus-custom-metrics",
  3. "version": "1.0.0",
  4. "description": "Example that shows how to use pm2+ custom metrics",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "author": "",
  10. "license": "ISC"
  11. }