-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
42 lines (42 loc) · 976 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
38
39
40
41
42
{
"name": "@pager/minion-army",
"version": "0.6.0",
"description": "Microservice Framework for RabbitMQ Workers",
"main": "lib/index.js",
"scripts": {
"test": "nyc ava --timeout=10s"
},
"keywords": [
"minion",
"microservices",
"worker",
"rabbitmq",
"framework"
],
"author": "[email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/pagerinc/minion/issues"
},
"homepage": "https://github.com/pagerinc/minion#readme",
"dependencies": {
"@hapi/joi": "15.x.x",
"@pager/jackrabbit": "4.x.x",
"@pager/minion": "3.x.x"
},
"devDependencies": {
"ava": "2.x.x",
"eslint": "6.x.x",
"eslint-config-standard": "13.x.x",
"eslint-plugin-import": "2.x.x",
"eslint-plugin-node": "9.x.x",
"eslint-plugin-promise": "4.x.x",
"eslint-plugin-standard": "4.x.x",
"nyc": "14.x.x"
},
"renovate": {
"extends": [
"github>pagerinc/renovate-config"
]
}
}