-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
37 lines (37 loc) · 859 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
{
"name": "queue-router",
"version": "1.0.1",
"description": "",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"lint": "eslint -c .eslintrc.json .",
"test": "npm run lint && jest --env=node --coverage --runInBand --config jest.config.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ramimoshe/queue-router.git"
},
"author": "Rami Moshe",
"license": "MIT",
"bugs": {
"url": "https://github.com/ramimoshe/queue-router/issues"
},
"engines": {
"node": ">= 8"
},
"homepage": "https://github.com/ramimoshe/queue-router#readme",
"dependencies": {
"aws-sdk": "^2.286.2",
"bluebird": "^3.5.1",
"joi": "^13.5.2",
"lodash": ">=4.17.11",
"sqs-consumer": "^5.2.0"
},
"devDependencies": {
"eslint": "^6.6.0",
"jest": "^24.8.0"
}
}