{ "name": "mocha-foam", "version": "0.1.8", "main": "out/src/index.js", "author": "ssube ", "license": "MIT", "keywords": [ "bdd", "fast-check", "mocha", "property based testing", "property-based testing", "test", "testing", "unit", "unit testing" ], "devDependencies": { "@types/chai-as-promised": "7.1.5", "@types/mocha": "9.1.1", "@types/node": "16.11.31", "@types/sinon": "10.0.11", "@types/sinon-chai": "3.2.8", "c8": "7.11.2", "chai": "4.3.6", "chai-as-promised": "7.1.1", "esm": "3.2.25", "fast-check": "2.25.0", "mocha": "9.2.2", "sinon": "13.0.2", "sinon-chai": "3.7.0", "source-map-support": "0.5.21", "tslib": "2.4.0", "typescript": "4.6.3" }, "peerDependencies": { "fast-check": "^2.0.0", "mocha": "^9.0.0" }, "type": "module" }