11 lines
196 B
JSON
11 lines
196 B
JSON
{
|
|
"name": "test-plugin",
|
|
"description": "Minimal test plugin to reproduce hook output capture bug",
|
|
"version": "1.0.0",
|
|
"author": {
|
|
"name": "Test"
|
|
},
|
|
"hooks": [
|
|
"./hooks"
|
|
]
|
|
} |