-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 821 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
{
"name": "todos-app-cognito-dynamodb",
"version": "1.0.0",
"description": "Serverless with AWS Cognito authentication CRUD service exposing a REST HTTP interface",
"author": "",
"license": "MIT",
"dependencies": {
"-": "^0.0.1",
"@aws-sdk/client-cognito-identity-provider": "^3.325.0",
"@aws-sdk/client-dynamodb": "^3.326.0",
"@aws-sdk/lib-dynamodb": "^3.326.0",
"aws-cognito-idp-userpool-domain": "^0.1.5",
"aws-crt": "^1.15.16",
"aws-sdk": "^2.1370.0",
"bcryptjs": "^2.4.3",
"crypto": "^1.0.1",
"g": "^2.0.1",
"jsonwebtoken": "^9.0.0",
"node": "^20.0.0",
"serverless": "^3.30.1",
"uuid": "^9.0.0",
"webpack-node-externals": "^3.0.0"
},
"devDependencies": {
"serverless-plugin-scripts": "^1.0.2",
"serverless-webpack": "^5.11.0"
}
}