mirror of
https://github.com/siteboon/claudecodeui.git
synced 2026-03-10 16:37:40 +00:00
14 lines
390 B
JSON
14 lines
390 B
JSON
{
|
|
"name": "project-stats",
|
|
"displayName": "Project Stats",
|
|
"version": "1.0.0",
|
|
"description": "Scans the current project and shows file counts, lines of code, file-type breakdown, largest files, and recently modified files.",
|
|
"author": "CloudCLI UI",
|
|
"icon": "icon.svg",
|
|
"type": "module",
|
|
"slot": "tab",
|
|
"entry": "index.js",
|
|
"server": "server.js",
|
|
"permissions": []
|
|
}
|