@fast-check/vitest
Version:
Property based testing for Vitest based on fast-check
63 lines • 1.53 kB
JSON
{
"name": "@fast-check/vitest",
"description": "Property based testing for Vitest based on fast-check",
"version": "0.4.1",
"type": "module",
"exports": {
"./package.json": "./package.json",
".": "./lib/vitest-fast-check.js"
},
"files": [
"lib"
],
"repository": {
"type": "git",
"url": "git+https://github.com/dubzzz/fast-check.git",
"directory": "packages/vitest"
},
"author": "Nicolas DUBIEN <github@dubien.org>",
"license": "MIT",
"bugs": {
"url": "https://github.com/dubzzz/fast-check/issues"
},
"homepage": "https://github.com/dubzzz/fast-check/tree/main/packages/vitest#readme",
"dependencies": {
"fast-check": "^3.0.0 || ^4.0.0"
},
"peerDependencies": {
"vitest": "^4.1.0"
},
"devDependencies": {
"@types/node": "^24.12.2",
"rolldown": "^1.0.0-rc.16",
"typescript": "~6.0.3",
"vite": "^8.0.10",
"vitest": "^4.1.0",
"@fast-check/vitest": "0.4.1",
"fast-check": "4.7.0"
},
"keywords": [
"vitest",
"generative",
"property-based testing",
"testing",
"quickcheck",
"fast-check"
],
"funding": [
{
"type": "individual",
"url": "https://github.com/sponsors/dubzzz"
},
{
"type": "opencollective",
"url": "https://opencollective.com/fast-check"
}
],
"scripts": {
"build": "rolldown -c",
"build-ci": "rolldown -c",
"test-bundle": "node test-bundle/basic.mjs && vitest --config test-bundle/vitest.config.mjs",
"typecheck": "tsc --noEmit"
}
}