{ "scripts": { "garbage-collect": "git gc", "git:pre-commit": "cp .vscode/pre-commit .git/hooks/ && chmod +x .git/hooks/pre-commit && echo 'hook copied'", "kanbn.board.json": "kanbn board -j > .kanbn/board.json", "kanbn.board": "kanbn board", "prettier.check": "prettier . --check", "prettier.write": "prettier . --write" }, "devDependencies": { "axios": "^1.7.9", "jest": "^29.7.0", "prettier": "3.0.0" } }