{ "name": "boot-contracts-stateful-prop-tests", "version": "1.0.0", "description": "Run stateful property-based tests on this project.", "private": true, "type": "module", "scripts": { "test": "vitest run" }, "author": "", "license": "ISC", "dependencies": { "@hirosystems/clarinet-sdk": "^2.6.0", "@stacks/stacking": "^6.14.0", "@stacks/transactions": "^6.13.1", "chokidar-cli": "^3.0.0", "fast-check": "^3.18.0", "typescript": "^5.4.5", "vite": "^5.2.10", "vitest": "^1.5.2", "vitest-environment-clarinet": "^2.1.0" } }