{
"scripts": {
"build": "cargo build",
"format": "cargo fmt",
"lint": "cargo clippy",
"prepare": "husky",
"test": "cargo test",
"test:coverage": "cargo tarpaulin --fail-under 95 --exclude-files 'src/main.rs'"
},
"dependencies": {
"husky": "9.1.7"
},
"packageManager": "pnpm@10.28.0"
}