fibermonitor/package.json

18 lines
336 B
JSON
Raw Normal View History

2024-11-21 00:23:16 +00:00
{
"name": "fibertracking",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"axios": "^1.7.7",
"cheerio": "^1.0.0",
"fastify": "^5.1.0",
"prom-client": "^15.1.3"
}
}