-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 930 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 930 Bytes
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
{
"name": "serverless-shortlinker-api",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dep": "serverless deploy",
"rem": "serverless remove"
},
"keywords": [],
"author": "Ivan Ruskevych <fullstack.dev.goit@gmail.com>",
"license": "ISC",
"dependencies": {
"@aws-sdk/client-dynamodb": "^3.454.0",
"@aws-sdk/client-ses": "^3.470.0",
"@aws-sdk/client-sqs": "^3.470.0",
"@aws-sdk/lib-dynamodb": "^3.454.0",
"@aws-sdk/util-dynamodb": "^3.454.0",
"@types/uuid": "^9.0.7",
"aws-lambda": "^1.0.7",
"aws-sdk": "^2.1499.0",
"bcryptjs": "^2.4.3",
"jsonwebtoken": "^9.0.2",
"uuid": "^9.0.1"
},
"devDependencies": {
"@types/aws-lambda": "^8.10.126",
"@types/bcryptjs": "^2.4.6",
"@types/jsonwebtoken": "^9.0.5",
"@types/node": "^20.9.2",
"serverless-esbuild": "^1.50.0",
"serverless-plugin-typescript": "^2.1.5"
}
}