-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 895 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": "nestjs-aws-starter",
"version": "0.0.0",
"description": "conexion a amazon aws, starter",
"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"
],
"author": "Efrain Garay A.",
"license": "MIT",
"dependencies": {
"@nestjs/common": "^7.6.15",
"aws-sdk": "^2.896.0",
"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.2",
"@types/node": "^15.0.1",
"rimraf": "^3.0.2",
"semantic-release": "^17.4.2",
"typescript": "^4.2.4"
}
}