-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
40 lines (40 loc) · 891 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
40
{
"name": "pactum-flow-plugin",
"version": "0.1.4",
"description": "plugin to publish flows, interactions and run contract tests locally",
"main": "./src/index.js",
"types": "./src/index.d.ts",
"files": [
"/src"
],
"scripts": {
"test": "mocha test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pactumjs/pactum-flow-plugin.git"
},
"keywords": [
"pactum",
"pactumjs",
"flow",
"contract",
"plugin",
"reporter"
],
"author": "Anudeep <asa.anudeep4@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/pactumjs/pactum-flow-plugin/issues"
},
"homepage": "https://github.com/pactumjs/pactum-flow-plugin#readme",
"dependencies": {
"kleur": "^4.1.4",
"phin": "^3.6.0",
"phin-retry": "^1.0.3"
},
"devDependencies": {
"mocha": "^8.4.0",
"pactum": "^3.1.0"
}
}