-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 1.18 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
{
"name": "nestjs-aws-sqs",
"description": "conexion a amazon aws, sqs microservice strategy, SQS CONSUMER",
"version": "1.2.4",
"main": "dist/index",
"types": "dist/index",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rimraf dist && tsc",
"prepublish": "npm run build"
},
"keywords": [
"aws",
"npm",
"amazon",
"microservice",
"strategy",
"SQS",
"CONSUMER"
],
"author": "Efrain Garay A.",
"license": "MIT",
"dependencies": {
"@aws-sdk/client-sqs": "^3.17.0",
"@aws-sdk/client-sts": "^3.17.0",
"@nestjs/common": "^7.6.15",
"@nestjs/core": "^7.6.17",
"@nestjs/microservices": "^7.6.17",
"rxjs": "^6.6.7"
},
"devDependencies": {
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/commit-analyzer": "^8.0.1",
"@semantic-release/git": "^9.0.0",
"@semantic-release/npm": "^7.1.3",
"@semantic-release/release-notes-generator": "^9.0.3",
"@types/node": "^15.0.1",
"rimraf": "^3.0.2",
"semantic-release": "^17.4.2",
"typescript": "^4.2.4"
},
"repository": {
"type": "git",
"url": "https://github.com/EfrainGaray/nestjs-aws-sqs-npm"
}
}