prometheus-act-exporter/package.json

29 lines
640 B
JSON

{
"name": "prometheus-act-exporter",
"version": "3.1.2",
"description": "Exports ACT Fibernet data usage as prometheus metrics",
"main": "index.js",
"scripts": {
"test": "node test.js"
},
"keywords": [
"actcorp",
"balance",
"flexibyte",
"actfibernet"
],
"repository": {
"type": "git",
"url": "git+ssh://github.com/captn3m0/prometheus-act-exporter.git"
},
"bugs": {
"url": "https://github.com/captn3m0/prometheus-act-exporter/issues"
},
"author": "Nemo <npm@captnemo.in>",
"license": "WTFPL",
"dependencies": {
"prom-client": "^14.0.1",
"puppeteer-core": "^17.1.1"
}
}