log-vista
Version:
LogVista Agent - Lightweight system monitoring and log collection for any project/language
75 lines • 1.91 kB
JSON
{
"name": "log-vista",
"version": "2.0.1",
"description": "LogVista Agent - Lightweight system monitoring and log collection for any project/language",
"main": "src/index.js",
"bin": {
"logvista": "./bin/logvista.js",
"logvista-agent": "./bin/logvista.js"
},
"preferGlobal": true,
"scripts": {
"start": "node src/index.js",
"dev": "nodemon src/index.js",
"install:linux": "chmod +x install.sh && ./install.sh",
"install:windows": "powershell.exe -ExecutionPolicy Bypass -File install.ps1",
"test": "jest --passWithNoTests",
"test:basic": "jest --testPathPattern=simple.test.js",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"lint": "eslint src/**/*.js",
"lint:fix": "eslint src/**/*.js --fix",
"prepublishOnly": "npm run test:basic"
},
"keywords": [
"monitoring",
"logging",
"system-metrics",
"agent",
"cross-platform",
"php",
"dotnet",
"golang",
"python",
"nodejs",
"java",
"ruby",
"universal-monitoring",
"devops",
"server-monitoring",
"log-aggregation",
"performance-monitoring"
],
"author": "LogVista Team",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/logvista/agent.git"
},
"homepage": "https://github.com/logvista/agent#readme",
"bugs": {
"url": "https://github.com/logvista/agent/issues"
},
"dependencies": {
"axios": "^1.7.9",
"chokidar": "^4.0.1",
"commander": "^14.0.0",
"node-cron": "^3.0.3",
"pidusage": "^3.0.2",
"systeminformation": "^5.23.5",
"winston": "^3.17.0"
},
"devDependencies": {
"eslint": "^9.15.0",
"jest": "^29.7.0",
"nodemon": "^3.1.7"
},
"engines": {
"node": ">=16.0.0"
},
"os": [
"win32",
"linux",
"darwin"
]
}