prometheus-act-exporter/package.json

17 lines
426 B
JSON

{
"name": "prometheus-act-exporter",
"version": "1.0.0",
"description": "Exports ACT Fibernet data usage as prometheus metrics",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": ["actcorp", "balance", "flexibyte"],
"author": "Nemo <npm@captnemo.in>",
"license": "MIT",
"dependencies": {
"prom-client": "^11.0.0",
"puppeteer": "^1.4.0"
}
}