{ "scripts": { "prepare": "dotnet tool restore && dotnet husky install", "pre-commit": "dotnet husky run --group \"pre-commit\"", "build": "dotnet build --runtime win-x64 --self-contained", "pull": "git pull", "garbage-collect": "git gc" } }