mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-05 01:50:27 +08:00
- Update README version badge and release notes - Published to npm with simplified edit_file CLI 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
68 lines
1.6 KiB
JSON
68 lines
1.6 KiB
JSON
{
|
|
"name": "claude-code-workflow",
|
|
"version": "6.1.3",
|
|
"description": "JSON-driven multi-agent development framework with intelligent CLI orchestration (Gemini/Qwen/Codex), context-first architecture, and automated workflow execution",
|
|
"type": "module",
|
|
"main": "ccw/src/index.js",
|
|
"bin": {
|
|
"ccw": "./ccw/bin/ccw.js"
|
|
},
|
|
"scripts": {
|
|
"start": "node ccw/bin/ccw.js",
|
|
"test": "node --test",
|
|
"prepublishOnly": "echo 'Ready to publish @dyw/claude-code-workflow'"
|
|
},
|
|
"keywords": [
|
|
"claude",
|
|
"workflow",
|
|
"ai",
|
|
"cli",
|
|
"dashboard",
|
|
"code-review",
|
|
"automation",
|
|
"development"
|
|
],
|
|
"author": "dyw",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=16.0.0"
|
|
},
|
|
"dependencies": {
|
|
"boxen": "^7.1.0",
|
|
"chalk": "^5.3.0",
|
|
"commander": "^11.0.0",
|
|
"figlet": "^1.7.0",
|
|
"glob": "^10.3.0",
|
|
"gradient-string": "^2.0.2",
|
|
"inquirer": "^9.2.0",
|
|
"open": "^9.1.0",
|
|
"ora": "^7.0.0"
|
|
},
|
|
"files": [
|
|
"ccw/bin/",
|
|
"ccw/src/",
|
|
"ccw/package.json",
|
|
".claude/agents/",
|
|
".claude/commands/",
|
|
".claude/output-styles/",
|
|
".claude/workflows/",
|
|
".claude/scripts/",
|
|
".claude/prompt-templates/",
|
|
".claude/python_script/",
|
|
".claude/skills/",
|
|
".codex/",
|
|
".gemini/",
|
|
".qwen/",
|
|
"CLAUDE.md",
|
|
"README.md"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/catlog22/Claude-Code-Workflow.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/catlog22/Claude-Code-Workflow/issues"
|
|
},
|
|
"homepage": "https://github.com/catlog22/Claude-Code-Workflow#readme"
|
|
}
|