mirror of
https://github.com/zhigang1992/liquid-stacking.git
synced 2026-01-12 22:48:34 +08:00
24 lines
611 B
JSON
24 lines
611 B
JSON
|
|
{
|
|
"name": "lisa-tests",
|
|
"version": "1.0.0",
|
|
"description": "Run unit tests on this project.",
|
|
"private": true,
|
|
"scripts": {
|
|
"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",
|
|
"typescript": "^5.2.2",
|
|
"vite": "^4.4.9",
|
|
"vitest": "^0.34.4",
|
|
"vitest-environment-clarinet": "^1.0.0"
|
|
}
|
|
}
|