{ "name": "lisa", "version": "1.0.0", "main": "index.js", "description": "Run unit tests on this project.", "private": true, "type": "module", "scripts": { "multisig-plan": "node --no-warnings=ExperimentalWarning --loader ts-node/esm ./scripts/create-multisig-deployment-plan.ts", "multisig-sign": "node --no-warnings=ExperimentalWarning --loader ts-node/esm ./scripts/sign-multisig-deployment-plan.ts", "setup:clarity": "./scripts/clarinet_manager.sh clean && ./scripts/clarinet_manager.sh install", "test": "vitest run", "test:report": "vitest run -- --coverage --costs", "test:watch": "chokidar \"tests/**/*.ts\" \"contracts/**/*.clar\" -c \"npm run test:report\"" }, "author": "", "license": "BSL", "dependencies": { "@hirosystems/clarinet-sdk": "^1.0.0", "@stacks/transactions": "^6.9.0", "chokidar-cli": "^3.0.0", "ts-node": "^10.9.2", "typescript": "^5.2.2", "vite": "^4.4.9", "vitest": "^0.34.4", "vitest-environment-clarinet": "^1.0.0", "yaml": "^2.4.1" } }