-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 1 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
{
"name": "passwordless-phone-number-otp-cognito-demo",
"description": "How to implement passwordless login using OTP with Cognito",
"version": "1.0.0",
"private": true,
"main": "index.js",
"devDependencies": {
"serverless": "^3.28.1",
"serverless-iam-roles-per-function": "^3.2.0",
"serverless-lumigo": "^1.14.3"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/theburningmonk/passwordless-phone-number-otp-cognito-demo.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/theburningmonk/passwordless-phone-number-otp-cognito-demo/issues"
},
"homepage": "https://github.com/theburningmonk/passwordless-phone-number-otp-cognito-demo#readme",
"dependencies": {
"@lumigo/tracer": "^1.79.4",
"aws-sdk": "^2.1569.0",
"chance": "^1.1.11",
"dotenv": "^16.4.5",
"lodash": "^4.17.21",
"serverless-offline": "^13.3.3"
}
}