statusPage/package.json
2024-10-08 22:40:25 -04:00

16 lines
358 B
JSON

{
"name": "pulse",
"version": "1.0.0",
"description": "A one-file NodeJS server status monitoring tool.",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"fastify": "^5.0.0",
"liquidjs": "^10.17.0"
}
}