log-vista
Version:
This is a project which capture logs and stores in database and display on web inreal time
45 lines (44 loc) • 1.01 kB
JSON
{
"name": "log-vista",
"version": "1.1.8",
"description": "This is a project which capture logs and stores in database and display on web inreal time",
"main": "index.js",
"bin": {
"logvista": "bin/logvista.js",
"logvista-start": "bin/logvista-start.js",
"logvista-stop": "bin/logvista-stop.js",
"logvista-status": "bin/logvista-status.js"
},
"scripts": {
"start": "node index.js"
},
"files": [
"bin",
"src",
"prisma",
"test",
"index.js",
".env.example",
"README.md"
],
"keywords": [
"logging",
"server",
"log-ingestion",
"log-monitoring",
"self-hosted"
],
"author": "Harsh Dalwe harshdalwe8@gmail.com",
"license": "ISC",
"dependencies": {
"@prisma/client": "^6.9.0",
"axios": "^1.9.0",
"dotenv": "^16.5.0",
"express": "^5.1.0",
"inquirer": "^12.6.3",
"pg": "^8.16.0",
"pm2": "^6.0.8",
"portfinder": "^1.0.37",
"prisma": "^6.9.0"
}
}