-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.31 KB
/
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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "slack-chatbot-workshop",
"version": "1.0.0",
"description": "Slack Chatbot Workshop",
"keywords": [
"serverless",
"aws"
],
"author": "Eetu Tuomala",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/SC5/slack-chatbot-workshop.git"
},
"dependencies": {
"moment": "^2.18.1",
"node-fetch": "^1.7.2",
"node-wit": "^4.3.0"
},
"devDependencies": {
"aws-sdk": "^2.54.0",
"copy-webpack-plugin": "^3.0.1",
"eslint": "^3.3.1",
"eslint-config-airbnb": "^10.0.1",
"eslint-config-airbnb-base": "^5.0.2",
"eslint-plugin-import": "^1.13.0",
"eslint-plugin-jsx-a11y": "^2.1.0",
"eslint-plugin-react": "^6.1.1",
"json-loader": "^0.5.4",
"license-checker": "^8.0.3",
"node-yaml": "^3.0.3",
"serverless-kms-secrets": "^0.9.1",
"serverless-mocha-plugin": "^1.5.1",
"serverless-offline": "^3.2.1",
"serverless-webpack": "^3.1.2",
"webpack": "^3.7.1",
"webpack-node-externals": "^1.5.4",
"nsp": "^2.7.0"
},
"scripts": {
"test": "SLS_DEBUG=true serverless invoke test",
"lint": "eslint .",
"nsp": "node_modules/.bin/nsp check",
"check-licenses": "license-checker --exclude 'MIT, MIT/X11, ISC, Apache-2.0, Unlicense, WTFPL, BSD-2-Clause, BSD-3-Clause, (MIT AND CC-BY-3.0)'"
}
}