-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 910 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
{
"name": "@sardap/loopback-sqs",
"version": "1.1.9",
"description": "a loopback4 component for SQS inspired by https://github.com/alexnfsc175/loopback-rabbitmq#readme",
"prepublish": "tsc",
"scripts": {
"build": "tsc",
"start": "tsc && node dist/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sardap/loopback4-sqs.git"
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"author": "sardap",
"license": "MIT",
"bugs": {
"url": "https://github.com/sardap/loopback4-sqs/issues"
},
"homepage": "https://github.com/sardap/loopback4-sqs#readme",
"dependencies": {
"@loopback/core": "^2.11.0",
"aws-sdk": "^2.797.0",
"sqs-consumer": "^5.5.0"
},
"devDependencies": {
"@types/express": "^4.16.1",
"tslint": "^5.12.1",
"typescript": "^3.3.3"
}
}