forked from kedacore/keda
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 996 Bytes
/
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": "keda-e2e-test",
"version": "1.0.0",
"license": "MIT",
"ava": {
"extensions": [
"ts"
],
"require": [
"ts-node/register"
],
"timeout": "30m"
},
"scripts": {
"test": "ava"
},
"dependencies": {
"@aws-sdk/client-cloudwatch": "^3.56.0",
"@aws-sdk/client-dynamodb": "^3.56.0",
"@aws-sdk/client-kinesis": "^3.56.0",
"@aws-sdk/client-sqs": "^3.56.0",
"@azure/service-bus": "^7.5.1",
"@kubernetes/client-node": "^0.15.0",
"@types/async": "^3.0.3",
"@types/shelljs": "^0.8.5",
"@types/tmp": "^0.1.0",
"applicationinsights": "^2.1.9",
"async": "^3.2.2",
"ava": "^3.15.0",
"axios": "^0.21.2",
"azure-devops-node-api": "^10.2.2",
"azure-storage": "^2.10.3",
"chalk": "^2.4.2",
"eol": "^0.9.1",
"node-forge": "^1.3.0",
"shelljs": "^0.8.5",
"tmp": "^0.1.0",
"ts-node": "^8.4.1",
"typescript": "^3.6.4",
"uuid": "^3.4.0",
"yargs-parser": "^20.2.0"
}
}