fibermonitor/package.json
Kakious ece514bf40
Some checks failed
/ build (push) Failing after 1m22s
feat: code!
2024-11-20 19:23:16 -05:00

17 lines
336 B
JSON

{
"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"
}
}