file-folder-helper/package.json
2025-02-24 17:46:47 -07:00

16 lines
496 B
JSON

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