-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
32 lines (32 loc) · 938 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
{
"name": "cognito-email-auth-backend",
"version": "1.0.0",
"description": "This is a sample template for cognito-sam - Below is a brief explanation of what we have generated for you:",
"main": "index.js",
"scripts": {
"bundleDocs": "redoc-cli bundle docs/documentation.yml -o docs/index.html",
"serveDocs": "redoc-cli serve docs/documentation.yml"
},
"keywords": [],
"author": "",
"license": "MIT",
"devDependencies": {
"@serverless/eslint-config": "^5.0.1",
"aws-sdk": "^2.1202.0",
"babel-eslint": "^10.1.0",
"bottleneck": "^2.19.5",
"cli-table3": "^0.6.2",
"copy-dynamodb-table": "^2.2.1",
"csv": "^6.2.0",
"eslint": "^8.22.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"in-words": "^0.2.3",
"node-mailjet": "^3.3.1",
"pdf-lib": "^1.17.1",
"redoc-cli": "^0.13.19"
},
"dependencies": {
"nodemailer": "^6.7.8"
}
}