{
  "name": "nodejs-log-agent",
  "version": "1.0.2",
  "description": "Modul Node.js untuk menyimpan log.",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": ["nodejs", "logging", "winston", "heartbeat", "observability", "process-handling"],
  "author": "Maulana Sopian",
  "license": "MIT",
  "dependencies": {
    "dotenv": "^16.0.0",
    "winston": "^3.8.2",
    "winston-daily-rotate-file": "^4.7.1"
  }
}
