-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 747 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 747 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
{
"name": "Test_serverless",
"version": "1.0.0",
"description": "",
"main": "handler.js",
"scripts": {
"offline": "sls offline start --skipCacheInvalidation --stage dev"
},
"keywords": [],
"author": "Anish Manchappillil",
"license": "MIT",
"devDependencies": {
"serverless-offline": "^6.9.0",
"serverless-webpack": "^5.3.5",
"webpack": "^4.44.2",
"webpack-node-externals": "^2.5.2"
},
"dependencies": {
"aws-sdk": "^2.942.0",
"bcryptjs": "^2.4.3",
"bcryptjs-then": "^1.0.1",
"crypto": "^1.0.1",
"dotenv": "^4.0.0",
"file-type": "^16.5.0",
"joi": "^17.4.0",
"jsonwebtoken": "^8.5.1",
"lambda-multipart": "^1.0.2",
"mongoose": "^5.12.4",
"uuid": "^8.3.2"
}
}