-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 903 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 903 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
{
"name": "serverless-testing",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"aws4": "^1.8.0",
"awscred": "^1.4.2",
"axios": "^0.18.0",
"chai": "^4.2.0",
"chance": "^1.0.18",
"file-system": "^2.2.2",
"jwt-decode": "^2.2.0",
"loadash": "^1.0.0",
"mustache": "^3.0.1",
"serverless-pseudo-parameters": "^2.4.0"
},
"devDependencies": {
"aws-sdk": "^2.460.0",
"cheerio": "^1.0.0-rc.3",
"mocha": "^6.1.4",
"serverless": "^1.43.0"
},
"scripts": {
"integration-test": "env TEST_MODE=handler ./node_modules/.bin/mocha tests/test-cases --reporter spec --timeout 5000",
"acceptance-test": "env TEST_MODE=http TEST_ROOT=https://rqpsqbjlw7.execute-api.ap-southeast-2.amazonaws.com/dev ./node_modules/.bin/mocha tests/test-cases --reporter spec --timeout 5000"
},
"author": "",
"license": "ISC"
}