14 lines
262 B
JSON
14 lines
262 B
JSON
{
|
|
"name": "transcript",
|
|
"description": "Parse and analyze Claude Code session transcripts with markdown/HTML output",
|
|
"version": "1.0.0",
|
|
"author": {
|
|
"name": "Claude Plugins"
|
|
},
|
|
"commands": [
|
|
"./commands"
|
|
],
|
|
"hooks": [
|
|
"./hooks"
|
|
]
|
|
} |