-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 1.17 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
{
"name": "microservice-adapter-metrics-prometheus",
"version": "1.0.0",
"description": "Convert metrics output to prometheus data",
"main": "microservice-adapter-metrics-prometheus.js",
"scripts": {
"test": "node_modules/.bin/mocha --timeout 15000",
"start": "DEBUG=http:log,cluster:* node --max-old-space-size=128 microservice-adapter-metrics-prometheus.js",
"stop": "node kill.js",
"status": "node status.js",
"cs": "eslint --fix *.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/microservice-framework/microservice-adapter-metrics-prometheus.git"
},
"author": "Gormartsen",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/microservice-framework/microservice-adapter-metrics-prometheus/issues"
},
"homepage": "https://github.com/microservice-framework/microservice-adapter-metrics-prometheus#readme",
"dependencies": {
"@microservice-framework/microservice": "^1.3.8",
"@microservice-framework/microservice-cluster": "github:microservice-framework/microservice-cluster#2.x",
"@microservice-framework/microservice-router-register": "^1.3.1",
"debug": "^4.1.1",
"dotenv": "^6.2.0"
}
}