prometheus-act-exporter/package.json

30 lines
708 B
JSON
Raw Normal View History

2018-06-02 20:37:29 +00:00
{
"name": "prometheus-act-exporter",
2022-04-26 04:15:05 +00:00
"version": "3.1.2",
2018-06-04 07:53:04 +00:00
"description": "Exports ACT Fibernet data usage as prometheus metrics",
2018-06-02 20:37:29 +00:00
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
2019-05-12 06:41:57 +00:00
"keywords": [
"actcorp",
"balance",
2019-06-26 12:29:07 +00:00
"flexibyte",
"actfibernet"
2019-05-12 06:41:57 +00:00
],
"repository": {
"type": "git",
"url": "git+ssh://git@git.captnemo.in/nemo/prometheus-act-exporter.git"
},
"bugs": {
"url": "https://git.captnemo.in/nemo/prometheus-act-exporter/issues"
},
2018-06-02 20:37:29 +00:00
"author": "Nemo <npm@captnemo.in>",
"license": "WTFPL",
2018-06-02 20:37:29 +00:00
"dependencies": {
"containerized": "^1.0.2",
2021-12-19 10:06:03 +00:00
"prom-client": "^14.0.1",
"puppeteer-core": "^20.1.2"
2018-06-02 20:37:29 +00:00
}
}