rescript-fast-check
Version:
Fast-check bindings for ReScript
33 lines (32 loc) • 501 B
JSON
{
"name": "rescript-fast-check",
"version": "1.1.0",
"namespace": "fast-check",
"sources": [
{
"dir": "src",
"public": [
"Arbitrary",
"Property"
]
},
{
"dir": "test",
"type": "dev"
}
],
"suffix": ".bs.js",
"bs-dev-dependencies": [
"rescript-mocha"
],
"package-specs": [
{
"module": "commonjs",
"in-source": true
}
],
"warnings": {
"number": "A-4-41-42-43+101-102",
"error": true
}
}