1
0
Fork 0
mocha-foam/package.json

42 lines
928 B
JSON

{
"name": "mocha-foam",
"version": "0.1.10",
"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.1",
"@types/node": "18.13.0",
"@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.6.3",
"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.5.0",
"typescript": "4.9.5"
},
"peerDependencies": {
"fast-check": "^2.0.0 || ^3.0.0",
"mocha": "^9.0.0 || ^10.0.0"
},
"type": "module"
}