mirror of
https://github.com/alexgo-io/simple-pre-faktory.git
synced 2026-01-12 16:53:17 +08:00
25 lines
646 B
JSON
25 lines
646 B
JSON
|
|
{
|
|
"name": "pre-simplified-fees-tests",
|
|
"version": "1.0.0",
|
|
"description": "Run unit tests on this project.",
|
|
"type": "module",
|
|
"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": "ISC",
|
|
"dependencies": {
|
|
"@hirosystems/clarinet-sdk": "^2.3.2",
|
|
"@stacks/transactions": "^6.12.0",
|
|
"chokidar-cli": "^3.0.0",
|
|
"typescript": "^5.3.3",
|
|
"vite": "^5.1.4",
|
|
"vitest": "^1.3.1",
|
|
"vitest-environment-clarinet": "^2.0.0"
|
|
}
|
|
}
|