-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 872 Bytes
/
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
{
"name": "pactum-swagger-coverage",
"version": "2.0.3",
"description": "Swagger api coverage report for pactum tests",
"main": "./src/index.js",
"types": "./src/index.d.ts",
"files": [
"src"
],
"scripts": {
"test": "uvu tests"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pactumjs/pactum-swagger-coverage.git"
},
"keywords": [
"pactum",
"swagger coverage",
"reporter"
],
"author": "LeelaPrasad <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/pactumjs/pactum-swagger-coverage/issues"
},
"homepage": "https://github.com/pactumjs/pactum-swagger-coverage#readme",
"devDependencies": {
"pactum": "^3.5.1",
"uvu": "^0.5.6"
},
"dependencies": {
"js-yaml": "^4.1.0",
"phin": "^3.7.0"
},
"engines": {
"node": ">=10"
}
}