-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 822 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 822 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
{
"name": "workshop",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"sls": "serverless",
"test": "TEST_MODE=handler ./node_modules/.bin/mocha tests/test_cases --reporter spec --timeout 20000",
"acceptance": "TEST_MODE=http ./node_modules/.bin/mocha tests/test_cases --reporter spec --timeout 20000"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"chai": "^4.2.0",
"cheerio": "^1.0.0-rc.3",
"mocha": "^6.1.4",
"mock-aws": "^1.2.3",
"serverless": "^1.43.0",
"serverless-pseudo-parameters": "^2.4.0"
},
"dependencies": {
"aws4": "^1.8.0",
"awscred": "^1.4.2",
"chance": "^1.0.18",
"lodash": "^4.17.11",
"mustache": "^3.0.1",
"superagent": "^5.0.5",
"superagent-promise": "^1.1.0"
}
}