1
0
Fork 0
mocha-foam/package.json

43 lines
939 B
JSON

{
"name": "mocha-foam",
"version": "0.1.9",
"main": "out/src/index.js",
"author": "ssube <seansube@gmail.com>",
"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.0",
"@types/node": "16.11.66",
"@types/sinon": "10.0.13",
"@types/sinon-chai": "3.2.8",
"c8": "7.12.0",
"chai": "4.3.6",
"chai-as-promised": "7.1.1",
"esm": "3.2.25",
"fast-check": "2.25.0",
"mocha": "10.1.0",
"sinon": "14.0.1",
"sinon-chai": "3.7.0",
"source-map-support": "0.5.21",
"standard-version": "9.5.0",
"tslib": "2.4.0",
"typescript": "4.8.4"
},
"peerDependencies": {
"fast-check": "^2.0.0",
"mocha": "^9.0.0 || ^10.0.0"
},
"type": "module"
}