-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1021 Bytes
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 1021 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
34
35
36
37
38
39
40
41
42
43
{
"author": {
"name": "Sergey Krasilnikov"
},
"bin": {
"testrail-cli-adv": "index.js"
},
"dependencies": {
"html-entities": "^1.1.3",
"minimist": "^1.2.0",
"node-testrail": "github:stewart-taylor/Node-TestRail#13e5fd9772de560e20e24380a6d4e896b5695d2e",
"promise": "^7.0.4",
"xml-js": "^1.0.2",
"yamljs": "^0.2.4"
},
"description": "Command line tool for reporting junit results to testrail.",
"devDependencies": {},
"directories": {},
"keywords": [
"testrail",
"junit",
"xml"
],
"license": "MIT",
"maintainers": [
{
"name": "gromalog"
}
],
"name": "testrail-cli-adv",
"optionalDependencies": {},
"preferGlobal": true,
"readme": "ERROR: No README data found!",
"bugs": "https://github.com/qpv-qa/testrail-cli-adv/issues",
"repository": {
"type": "git",
"url": "https://github.com/qpv-qa/testrail-cli-adv.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "0.0.11"
}