UNPKG

pactum-matchers

Version:

collection of json matchers for contract testing

35 lines (34 loc) 846 B
{ "name": "pactum-matchers", "version": "1.1.7", "description": "collection of json matchers for contract testing", "main": "./src/index.js", "types": "./src/index.d.ts", "files": [ "/src" ], "scripts": { "test": "c8 --include=src uvu test && c8 report --reporter=text-lcov > coverage/lcov.info", "debug": "node test/compare.eachLike.test.js" }, "repository": { "type": "git", "url": "git+https://github.com/pactumjs/pactum-matchers.git" }, "keywords": [ "pactum", "matchers", "json", "compare" ], "author": "Anudeep <asa.anudeep4@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/pactumjs/pactum-matchers/issues" }, "homepage": "https://github.com/pactumjs/pactum-matchers#readme", "devDependencies": { "c8": "^7.7.1", "uvu": "^0.5.1" } }