1
0
Fork 0
mocha-foam/package.json

42 lines
893 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.5",
2022-04-22 00:43:05 +00:00
"@types/mocha": "9.1.1",
"@types/node": "16.11.31",
"@types/sinon": "10.0.11",
"@types/sinon-chai": "3.2.8",
2022-04-22 00:43:05 +00:00
"c8": "7.11.2",
2022-01-27 00:08:34 +00:00
"chai": "4.3.6",
"chai-as-promised": "7.1.1",
"esm": "3.2.25",
"fast-check": "2.25.0",
2022-03-12 01:34:57 +00:00
"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"
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
}