forked from UpHabit/bull_exporter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.31 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
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "bull_exporter",
"version": "1.3.9",
"description": "Promethus Exporter for Bull Queues",
"main": "dist/src/index.js",
"repository": "[email protected]:UpHabit/bull_exporter.git",
"author": "Gabriel Castro <[email protected]>",
"license": "MIT",
"scripts": {
"build": "tsc -p .",
"lint": "tslint -p .",
"test": "jest --ci"
},
"devDependencies": {
"@babel/core": "7.10.4",
"@babel/preset-env": "7.10.4",
"@babel/preset-typescript": "7.10.4",
"@types/express": "4.17.7",
"@types/jest": "26.0.4",
"@types/node": "10.17.27",
"jest": "26.1.0",
"madge": "3.9.2",
"ts-jest": "26.1.2",
"tslint": "5.20.1",
"tslint-config-airbnb": "5.11.2",
"tslint-eslint-rules": "5.4.0",
"tslint-microsoft-contrib": "6.2.0",
"typescript": "3.9.6"
},
"dependencies": {
"@types/bull": "^3.5.4",
"@types/bunyan": "^1.8.5",
"@types/uuid": "^8.0.0",
"@types/yargs": "^15.0.0",
"bull": "^3.6.0",
"bunyan": "^1.8.12",
"express": "^4.17.1",
"prom-client": "^12.0.0",
"tslib": "^2.0.0",
"uuid": "^8.0.0",
"yargs": "^15.1.0"
},
"resolutions": {
"acorn": ">=7.1.1",
"kind-of": ">=6.0.3",
"mkdirp": "^0.5.3",
"minimist": ">=1.2.5",
"@types/node": "10.17.27",
"typescript": "3.9.6"
}
}