prometheus-act-exporter/package.json
dependabot[bot] bab38ea4e3 Bump puppeteer-core from 13.7.0 to 14.1.0
Bumps [puppeteer-core](https://github.com/puppeteer/puppeteer) from 13.7.0 to 14.1.0.
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/CHANGELOG.md)
- [Commits](https://github.com/puppeteer/puppeteer/compare/v13.7.0...v14.1.0)

---
updated-dependencies:
- dependency-name: puppeteer-core
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-18 18:39:17 +05:30

30 lines
708 B
JSON

{
"name": "prometheus-act-exporter",
"version": "3.1.2",
"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",
"actfibernet"
],
"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"
},
"author": "Nemo <npm@captnemo.in>",
"license": "WTFPL",
"dependencies": {
"containerized": "^1.0.2",
"prom-client": "^14.0.1",
"puppeteer-core": "^14.1.0"
}
}