-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 897 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 897 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
32
{
"name": "uolo-assignment",
"version": "1.0.0",
"description": "Serverless Example for LogRocket Blog",
"main": "handler.js",
"scripts": {
"start": "SLS_DEBUG=* && serverless offline start --skipCacheInvalidation",
"deploy": "sls deploy -v"
},
"dependencies": {
"body-parser": "^1.19.0",
"express": "^4.17.1",
"mongoose": "^5.9.7",
"serverless-http": "^2.3.2",
"uuid": "^3.4.0"
},
"author": "Jeevan",
"license": "MIT",
"devDependencies": {
"serverless-dotenv": "^1.0.0-beta.2",
"serverless-dotenv-plugin": "^2.3.2",
"serverless-offline": "^5.12.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jeevansrivastava/uolo-assignment.git"
},
"bugs": {
"url": "https://github.com/jeevansrivastava/uolo-assignment/issues"
},
"homepage": "https://github.com/jeevansrivastava/uolo-assignment#readme"
}