-
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) · 814 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 814 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": "nudge",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"deploy:dev": "sls --stage dev deploy",
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "semistandard"
},
"author": "",
"license": "ISC",
"dependencies": {
"@slack/web-api": "^5.10.0",
"aws-sdk": "^2.918.0",
"joi": "^13.6.0",
"js-yaml": "^3.14.0",
"lodash": "^4.17.15",
"mjml": "^4.9.3"
},
"devDependencies": {
"oprah": "^3.0.1",
"semistandard": "^14.2.2",
"serverless": "^1.29.2",
"serverless-deployment-bucket": "^1.5.1",
"serverless-domain-manager": "^4.2.0",
"serverless-layers": "^2.3.3",
"serverless-offline": "^3.25.6",
"serverless-pseudo-parameters": "^2.5.0",
"serverless-step-functions": "^2.21.1"
}
}