mirror of
https://github.com/siteboon/claudecodeui.git
synced 2026-03-11 00:47:52 +00:00
14 lines
391 B
JSON
14 lines
391 B
JSON
{
|
|
"name": "hello-world",
|
|
"displayName": "Project Stats",
|
|
"version": "2.0.0",
|
|
"description": "Scans the current project and shows file counts, lines of code, file-type breakdown, largest files, and recently modified files.",
|
|
"author": "Claude Code UI",
|
|
"icon": "icon.svg",
|
|
"type": "module",
|
|
"slot": "tab",
|
|
"entry": "index.js",
|
|
"server": "server.js",
|
|
"permissions": []
|
|
}
|