forked from willfarrell/serverless-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 758 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 758 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
{
"name": "serverless-template",
"version": "1.0.0",
"description": "",
"directories": {
"lib": "lib"
},
"scripts": {
"start": "sls offline",
"test": "npm run test-unit && npm run test-integration",
"test-unit": "mocha",
"test-integration": "serverless invoke test"
},
"author": "willfarrell",
"license": "MIT",
"devDependencies": {
"serverless": "^1.36.2",
"serverless-api-compression": "^1.0.1",
"serverless-api-gateway-caching": "^1.3.0",
"serverless-mocha-plugin": "^1.9.2",
"serverless-nested-stack": "^0.0.7",
"serverless-offline": "^4.1.4",
"serverless-offline-scheduler": "^0.3.7",
"serverless-plugin-existing-s3": "^2.3.0"
},
"dependencies": {
"middy": "^0.20.0"
}
}