-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
24 lines (24 loc) · 936 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
{
"name": "serverless-auth",
"version": "1.0.0",
"description": "<!-- title: 'AWS NodeJS Example' description: 'This template demonstrates how to deploy a NodeJS function running on AWS Lambda using the traditional Serverless Framework.' layout: Doc framework: v3 platform: AWS language: nodeJS priority: 1 authorLink: 'https://github.com/serverless' authorName: 'Serverless, inc.' authorAvatar: 'https://avatars1.githubusercontent.com/u/13742415?s=200&v=4' -->",
"main": "handler.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"@middy/core": "^3.1.0",
"@middy/http-cors": "^3.1.0",
"aws-serverless-express": "^3.4.0",
"bcryptjs": "^2.4.3",
"express": "^4.18.1",
"jsonwebtoken": "^8.5.1",
"lambda-api": "^0.11.2",
"mongoose": "^6.4.0"
},
"devDependencies": {
"serverless-offline": "^8.8.0"
}
}