uptime-kuma-metrics/package.json
2025-02-08 10:27:27 +07:00

21 lines
399 B
JSON

{
"dependencies": {
"axios": "^1.7.9",
"dotenv": "^16.4.7",
"express": "^4.21.2"
},
"type": "module",
"name": "uptime-kuma",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon app.js",
"prod": "node app.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": ""
}