15 lines
288 B
JSON
15 lines
288 B
JSON
{
|
|
"name": "turboshovel",
|
|
"description": "Generic hook framework for quality enforcement and context injection",
|
|
"version": "0.1.0",
|
|
"author": {
|
|
"name": "Toby Hede",
|
|
"email": "toby@cipherstash.com"
|
|
},
|
|
"commands": [
|
|
"./commands"
|
|
],
|
|
"hooks": [
|
|
"./hooks"
|
|
]
|
|
} |