forked from arvancloud/ar-prometheus-exporter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 908 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
31
32
33
34
35
36
37
{
"name": "ar-prometheus-exporter",
"version": "0.1.0",
"description": "Arvan CDN Prometheus Exporter",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SadeghHayeri/ar-prometheus-exporter.git"
},
"keywords": [
"Arvan",
"CDN",
"prometheus",
"exporter",
"monitoring",
"grafana"
],
"author": "Sadegh Hayeri",
"license": "MIT",
"bugs": {
"url": "https://github.com/SadeghHayeri/ar-prometheus-exporter/issues"
},
"homepage": "https://github.com/SadeghHayeri/ar-prometheus-exporter#readme",
"dependencies": {
"axios": "^0.21.1",
"bluebird": "^3.7.2",
"dotenv": "^8.2.0",
"dotenv-parse-variables": "^1.0.1",
"express": "^4.17.1",
"pino": "^6.10.0",
"pino-http": "^5.3.0",
"prom-client": "^13.0.0"
}
}