{ "name": "mocha-foam", "version": "0.1.10", "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": "10.0.1", "@types/node": "18.11.10", "@types/sinon": "10.0.13", "@types/sinon-chai": "3.2.9", "c8": "7.12.0", "chai": "4.3.7", "chai-as-promised": "7.1.1", "fast-check": "3.3.0", "mocha": "10.2.0", "sinon": "15.0.1", "sinon-chai": "3.7.0", "source-map-support": "0.5.21", "standard-version": "^9.5.0", "tslib": "2.4.1", "typescript": "4.9.4" }, "peerDependencies": { "fast-check": "^2.0.0 || ^3.0.0", "mocha": "^9.0.0 || ^10.0.0" }, "type": "module" }