1
0
Fork 0
mocha-foam/package.json

42 lines
889 B
JSON
Raw Normal View History

2021-07-21 04:20:39 +00:00
{
2021-07-24 19:21:18 +00:00
"name": "mocha-foam",
2021-07-25 22:49:34 +00:00
"version": "0.1.8",
2021-07-21 23:28:22 +00:00
"main": "out/src/index.js",
"author": "ssube <seansube@gmail.com>",
"license": "MIT",
2021-07-25 22:49:34 +00:00
"keywords": [
"bdd",
"fast-check",
"mocha",
"property based testing",
"property-based testing",
"test",
"testing",
"unit",
"unit testing"
],
2021-07-21 04:20:39 +00:00
"devDependencies": {
"@types/chai-as-promised": "7.1.4",
2021-07-25 23:05:23 +00:00
"@types/mocha": "9.0.0",
"@types/node": "16.4.2",
"@types/sinon": "10.0.2",
"@types/sinon-chai": "3.2.5",
2021-08-09 00:44:44 +00:00
"c8": "7.8.0",
"chai": "4.3.4",
"chai-as-promised": "7.1.1",
"esm": "3.2.25",
"fast-check": "2.17.0",
"mocha": "9.0.3",
2021-08-08 00:53:08 +00:00
"sinon": "11.1.2",
"sinon-chai": "3.7.0",
"source-map-support": "0.5.19",
"tslib": "2.3.0",
"typescript": "4.3.5"
2021-07-21 04:20:39 +00:00
},
2021-07-25 17:09:50 +00:00
"peerDependencies": {
"fast-check": "^2.0.0",
"mocha": "^9.0.0"
},
"type": "module"
2021-07-21 04:20:39 +00:00
}