-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 890 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
{
"name": "worker-consumer-example",
"version": "1.0.0",
"description": "An async worker to consume messages",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "node ./node_modules/standard/bin/cmd.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/davidwr/worker-consumer-example.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/davidwr/worker-consumer-example/issues"
},
"homepage": "https://github.com/davidwr/worker-consumer-example#readme",
"standard": {
"globals": [ "logger" ]
},
"dependencies": {
"amqplib": "^0.7.1",
"aws-sdk": "^2.897.0",
"dotenv": "^8.2.0",
"pino": "^6.11.3",
"shortid": "^2.2.16",
"uuid": "^8.3.2"
},
"devDependencies": {
"standard": "^16.0.3"
}
}