-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.2 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
44
45
46
47
48
49
50
{
"name": "taskcontrol",
"version": "1.0.0",
"description": "Create named isolated/shared workflow task controls and run the tasks with respective before and after middlewares in ordered manner",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/taskcontrols/js-taskcontrol.git"
},
"keywords": [
"taskcontrol",
"workflows",
"tasks",
"batch",
"jobs",
"automation",
"aws",
"gcp",
"azure",
"testing",
"automation"
],
"author": "taskcontrols, ganesh b",
"license": "MIT",
"bugs": {
"url": "https://github.com/taskcontrols/js-taskcontrol/issues"
},
"homepage": "https://github.com/taskcontrols/js-taskcontrol#readme",
"devDependencies": {
"chai": "^4.3.7",
"mocha": "^10.2.0",
"sinon": "^15.0.1"
},
"dependencies": {
"cgijs": "^1.2.0",
"concurrency.js": "^0.0.23-beta",
"ftps": "^1.2.0",
"hasher-apis": "^0.2.1",
"node-ipc": "^11.1.0",
"queues.js": "^0.0.22-beta",
"request-apis": "^0.0.27-beta",
"sockets": "^0.4.2",
"ssh2": "^1.11.0",
"typeorm": "^0.3.11",
"ws": "^8.11.0"
}
}