forked from schwabyio/xrun
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.13 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
51
52
53
54
55
56
57
{
"name": "@schwabyio/xrun",
"version": "2.3.0",
"description": "Postman Extended Runner",
"homepage": "https://github.com/schwabyio/xrun",
"author": "schwabyio",
"bin": {
"xrun": "./xrun.js"
},
"main": "xrun.js",
"dependencies": {
"@colors/colors": "1.5.0",
"@slack/web-api": "6.8.0",
"adm-zip": "0.5.9",
"convict": "6.2.4",
"escape-html": "1.0.3",
"handlebars": "4.7.7",
"json5": "2.2.3",
"marked": "4.2.5",
"newman": "5.3.2",
"open": "8.4.0",
"prismjs": "1.29.0",
"rimraf": "4.4.1",
"uuid": "9.0.0"
},
"directories": {
"lib": "lib"
},
"devDependencies": {
"jest": "^29.5.0"
},
"scripts": {
"test": "jest --coverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/schwabyio/xrun.git"
},
"keywords": [
"testing",
"api",
"cli",
"continuous",
"integration",
"test-automation",
"postman",
"functional-testing",
"api-testing",
"api-automated-testing",
"rest",
"restful-testing"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/schwabyio/xrun/issues"
}
}