{
"name": "panache-pre-commit",
"version": "2.43.1",
"description": "pre-commit hook wrapper for panache",
"private": true,
"license": "MIT",
"bin": {
"panache": "./bin/panache-precommit.js"
},
"files": [
"bin/",
".pre-commit-hooks.yaml"
],
"dependencies": {
"@panache-cli/panache": "2.43.1"
},
"engines": {
"node": ">=20"
}
}