Files
2025-11-30 08:36:22 +08:00

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