-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.63 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
{
"name": "zont",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"integration-test": "cross-env TEST_MODE=handler ./node_modules/.bin/mocha tests/test_cases --reporter spec --retries 3 --timeout 10000",
"acceptance-test": "cross-env TEST_MODE=http TEST_ROOT=https://jd7pkw0jq1.execute-api.us-east-1.amazonaws.com/dev ./node_modules/.bin/mocha tests/test_cases --reporter spec --retries 3 --timeout 10000",
"start": "./node_modules/.bin/serverless offline -s dev",
"debug": "SET SLS_DEBUG=* && node --inspect %USERPROFILE%\\AppData\\Roaming\\npm\\node_modules\\serverless\\bin\\serverless offline -s dev"
},
"author": "",
"license": "ISC",
"dependencies": {
"aws-sdk": "^2.711.0",
"aws-xray-sdk": "^3.1.0",
"bluebird": "^3.7.2",
"chai": "^4.2.0",
"chance": "^1.1.6",
"cheerio": "^1.0.0-rc.3",
"cheero": "0.0.1",
"co": "^4.6.0",
"cross-env": "^7.0.2",
"loadsh": "0.0.4",
"lodash": "^4.17.19",
"middy": "^0.36.0",
"mocha": "^8.0.1",
"mustache": "^4.0.1",
"serverless-iam-roles-per-function": "^2.0.2",
"serverless-pseudo-parameters": "^2.5.0",
"superagent": "^5.3.1",
"superagent-promise": "^1.1.0"
},
"devDependencies": {
"@types/node": "^14.0.20",
"serverless": "^1.74.1",
"serverless-offline": "^6.4.0",
"serverless-plugin-aws-alerts": "^1.6.1",
"serverless-plugin-canary-deployments": "^0.4.8",
"serverless-plugin-tracing": "^2.0.0",
"serverless-sam": "0.0.3"
}
}