-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.85 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.85 KB
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "nodehkubetests",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "mocha ./tests/swaggerCalls.js",
"graphql": "mocha ./tests/graphql_tests.js",
"streaming": "mocha ./tests/streaming_tests.js",
"pipelinetest": "mocha ./tests/pipeline_tests.js",
"jageartest": "mocha ./tests/jagearTest.js",
"nodetest": "mocha ./tests/node_tests.js",
"algorithmtest": "mocha ./tests/algorithm_test.js",
"algorithmBuild": "mocha ./tests/algorithmBuild.js",
"cliTests": "mocha ./tests/cliTests.js --exit",
"codeApiTests": "mocha ./tests/codeApi.js --exit",
"dataSourceTest": "mocha ./tests/datasource_tests.js --exit",
"HighAvailability": "mocha ./tests/High_Availability.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"@elastic/elasticsearch": "^7.6.1",
"@hkube/etcd": "^5.1.10",
"@hkube/kubernetes-client": "^1.0.27",
"@hkube/logger": "^1.0.30",
"@hkube/consts": "^1.0.59",
"autocannon": "^7.4.0",
"axios": "^0.21.1",
"chai": "^4.1.2",
"chai-arrays": "^2.0.0",
"chai-http": "^4.3.0",
"http-status-codes": "^2.2.0",
"child_process": "^1.0.2",
"crypto-random-string": "^1.0.0",
"deep-diff": "^1.0.2",
"delay": "^3.0.0",
"dotenv": "^8.2.0",
"elasticsearch": "^15.5.0",
"events": "^3.3.0",
"form-data": "^4.0.0",
"fs-extra": "^8.1.0",
"graphql": "^16.6.0",
"graphql-request": "^5.1.0",
"graphql-tag": "^2.12.6",
"js-yaml": "^3.14.0",
"kubernetes-client": "^8.3.7",
"mocha": "^5.2.0",
"nyc": "^14.1.1",
"querystring": "^0.2.1",
"request-promise": "^4.2.5",
"requests": "^0.3.0",
"socket.io-client": "^2.3.0",
"uuid": "^3.3.3",
"winston": "^3.2.1",
"winston-daily-rotate-file": "^3.10.0",
"ws": "^7.5.3"
},
"devDependencies": {
"mocha": "^5.2.0"
}
}