forked from weisun10/lrcrunner
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 982 Bytes
/
package.json
File metadata and controls
46 lines (46 loc) · 982 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
44
45
46
{
"name": "lrcrunner",
"version": "2.0.4",
"description": "Command line test runner for LoadRunner Cloud",
"main": "index.js",
"author": "Micro Focus or one of its affiliates",
"license": "MIT",
"private": true,
"bin": {
"lrcrunner": "./index.js"
},
"contributors": [
{
"name": "Han Lin",
"email": "han.lin@microfocus.com"
},
{
"name": "Wei Sun",
"email": "wei.sun10@microfocus.com"
}
],
"engines": {
"node": ">=16"
},
"dependencies": {
"commander": "10.0.0",
"form-data": "4.0.0",
"fs-extra": "11.1.1",
"got": "12.6.0",
"js-yaml": "4.1.0",
"lodash": "4.17.21",
"tunnel": "0.0.6",
"winston": "3.11.0",
"xmlbuilder": "15.1.1"
},
"devDependencies": {
"@types/node": "16.18.12",
"eslint": "8.53.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-plugin-import": "2.29.0",
"typescript": "4.9.5"
},
"scripts": {
"eslint": "npx eslint ."
}
}