UNPKG

pactum-flow-plugin

Version:

plugin to publish flows, interactions and run contract tests locally

41 lines (40 loc) 891 B
{ "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" } }