mirror of
https://github.com/kochetkov-ma/claude-brewcode.git
synced 2026-09-14 20:16:41 +08:00
42 lines
848 B
JSON
42 lines
848 B
JSON
{
|
|
"name": "claude-plugin-brewcode",
|
|
"version": "3.8.0",
|
|
"description": "Infinite task execution with automatic handoff for Claude Code",
|
|
"keywords": [
|
|
"claude-code",
|
|
"claude-plugin",
|
|
"task-management",
|
|
"agents",
|
|
"automation",
|
|
"handoff"
|
|
],
|
|
"author": {
|
|
"name": "Maksim Kochetkov"
|
|
},
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/user/claude-brewcode.git",
|
|
"directory": "brewcode"
|
|
},
|
|
"files": [
|
|
".claude-plugin/",
|
|
"skills/",
|
|
"agents/",
|
|
"hooks/",
|
|
"templates/",
|
|
"runtime/dist/",
|
|
"runtime/package.json",
|
|
"README.md",
|
|
"INSTALL.md"
|
|
],
|
|
"scripts": {
|
|
"build": "cd runtime && npm install && npm run build",
|
|
"prepublishOnly": "npm run build"
|
|
},
|
|
"claude-plugin": {
|
|
"name": "brewcode",
|
|
"version": "3.8.0"
|
|
}
|
|
}
|