prometheus-act-exporter/package.json

29 lines
640 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": {
2022-06-24 06:14:02 +00:00
"test": "node test.js"
2018-06-02 20:37:29 +00:00
},
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",
2022-06-24 07:21:36 +00:00
"url": "git+ssh://github.com/captn3m0/prometheus-act-exporter.git"
},
"bugs": {
2022-06-24 07:21:36 +00:00
"url": "https://github.com/captn3m0/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": {
2021-12-19 10:06:03 +00:00
"prom-client": "^14.0.1",
"puppeteer-core": "^17.1.1"
2018-06-02 20:37:29 +00:00
}
}