-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 828 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
{
"name": "sqs-router",
"version": "0.0.13",
"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/sqs-router.git"
},
"author": "Rami Moshe",
"license": "MIT",
"bugs": {
"url": "https://github.com/ramimoshe/sqs-router/issues"
},
"engines": {
"node": ">= 8"
},
"homepage": "https://github.com/ramimoshe/sqs-router#readme",
"dependencies": {
"aws-sdk": "^2.286.2",
"bluebird": "^3.5.1",
"joi": "^13.5.2",
"lodash": ">=4.17.11",
"sqs-consumer": "^3.8.0"
},
"devDependencies": {
"jest": "^22.1.2"
}
}