-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
38 lines (38 loc) · 1 KB
/
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
38
{
"name": "cdn-exporter",
"version": "0.1.2",
"description": "Prometheus exporter for ArvanCloud CDN",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/arvancloud/ar-prometheus-exporter.git"
},
"keywords": [
"arvan",
"arvancloud",
"cdn",
"prometheus",
"exporter",
"monitoring",
"grafana"
],
"author": "Arvancloud",
"license": "MIT",
"bugs": {
"url": "https://github.com/arvancloud/ar-prometheus-exporter/issues"
},
"homepage": "https://github.com/arvancloud/ar-prometheus-exporter#readme",
"dependencies": {
"axios": "^1.4.0",
"bluebird": "^3.7.2",
"dotenv": "^16.1.4",
"dotenv-parse-variables": "^2.0.0",
"express": "^4.18.2",
"pino": "^8.14.1",
"pino-http": "^8.3.3",
"prom-client": "^14.2.0"
}
}