-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
30 lines (30 loc) · 965 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "prometheus-mikrotik-swos-exporter",
"version": "1.0.0",
"description": "Mikrotik SwOS exporter for Prometheus (non-SNMP-data only)",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/patagonaa/prometheus-mikrotik-swos-exporter.git"
},
"keywords": [
"mikrotik",
"mikrotik-swos",
"prometheus"
],
"author": "patagona",
"license": "MIT",
"bugs": {
"url": "https://github.com/patagonaa/prometheus-mikrotik-swos-exporter/issues"
},
"homepage": "https://github.com/patagonaa/prometheus-mikrotik-swos-exporter#readme",
"dependencies": {
"express": "^4.17.1",
"prom-client": "^11.5.3",
"urllib": "2.34.2"
},
"//": "!!! a dependency of urllib has a vulnerability, but since urllib 2.35.0 all header names are changed to lowercase and the mikrotik switches don't like that... !!!"
}