UNPKG

@stacks/clarunit

Version:

Clarunit, enables writing unit tests in Clarity

26 lines (25 loc) 693 B
{ "name": "example-tests", "version": "1.0.0", "description": "Run unit tests on this project.", "private": true, "type": "module", "scripts": { "clarunit": "clarunit", "test": "vitest run", "test:report": "vitest run -- --coverage --costs", "test:watch": "chokidar \"tests/**/*.ts\" \"contracts/**/*.clar\" -c \"npm run test:report\"" }, "author": "", "license": "ISC", "dependencies": { "@hirosystems/clarinet-sdk": "3.1.0", "@stacks/clarunit": "^0.1.0", "@stacks/transactions": "^7.1.0", "chokidar-cli": "^3.0.0", "typescript": "^5.8.3", "vite": "^7.0.0", "vitest": "^3.2.4", "vitest-environment-clarinet": "^2.3.0" } }