forked from gmauricio/minion-army
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.11 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": "@pager/minion-army",
"version": "2.0.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",
"repository": {
"type": "git",
"url": "https://github.com/pagerinc/minion-army.git"
},
"bugs": {
"url": "https://github.com/pagerinc/minion/issues"
},
"homepage": "https://github.com/pagerinc/minion#readme",
"dependencies": {
"@pager/jackrabbit": "5.x",
"@pager/minion": "3.x"
},
"devDependencies": {
"@hapi/eslint-config-hapi": "13.x",
"@hapi/eslint-plugin-hapi": "4.x",
"@pager/semantic-release-config": "1.x",
"ava": "3.x",
"eslint": "7.x",
"joi": "^17.2.1",
"nyc": "15.x",
"semantic-release": "17.x"
},
"peerDependencies": {
"joi": "^17.2.0"
},
"renovate": {
"extends": [
"github>pagerinc/renovate-config"
]
},
"release": {
"extends": "@pager/semantic-release-config"
}
}