Files
liquid-stacking/package.json
fiftyeightandeight 8b0448fdca initial commit
2024-01-16 19:42:35 +08:00

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"
}
}