forked from theburningmonk/big-mouth
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.3 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
{
"name": "big-mouth",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"integration-test": "env TEST_MODE=handler ./node_modules/.bin/mocha tests/test_cases --reporter spec --retries 3 --timeout 10000",
"acceptance-test": "env TEST_MODE=http TEST_ROOT=https://i3c5h755j0.execute-api.us-east-1.amazonaws.com/dev ./node_modules/.bin/mocha tests/test_cases --reporter spec --retries 3 --timeout 10000"
},
"author": "",
"license": "ISC",
"dependencies": {
"@puresec/function-shield": "^1.0.7",
"aws-xray-sdk": "^1.2.0",
"bluebird": "^3.5.1",
"chance": "^1.0.13",
"co": "^4.6.0",
"middy": "^0.17.1",
"mustache": "^2.3.0",
"superagent": "^3.8.1",
"superagent-promise": "^1.1.0"
},
"devDependencies": {
"aws-sdk": "^2.302.0",
"chai": "^4.1.2",
"cheerio": "^1.0.0-rc.2",
"lodash": "^4.17.4",
"mocha": "^4.0.1",
"serverless": "^1.30.1",
"serverless-iam-roles-per-function": "^0.1.5",
"serverless-plugin-aws-alerts": "^1.2.4",
"serverless-plugin-canary-deployments": "^0.4.3",
"serverless-plugin-tracing": "^2.0.0",
"serverless-pseudo-parameters": "^1.2.5",
"serverless-sam": "0.0.3"
}
}