forked from SmartBear/testengine-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 739 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 739 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
31
32
33
{
"name": "testengine-cli",
"version": "1.9.0",
"description": "CLI for SmartBear ReadyAPI TestEngine",
"scripts": {
"testengine": "bin/testengine.js",
"test": "eslint bin"
},
"bin": {
"testengine": "bin/testengine.js"
},
"author": "SmartBear Software",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/SmartBear/testengine-cli.git"
},
"dependencies": {
"async": "3.2.4",
"commander": "2.20.0",
"csvtojson": "2.0.10",
"fast-xml-parser": "4.2.4",
"fs": "0.0.1-security",
"jszip": "3.2.2",
"sprintf-js": "1.1.2",
"superagent": "6.1.0",
"tmp": "0.1.0",
"ws": "6.2.1"
},
"devDependencies": {
"eslint": "5.16.0"
}
}