@endgame-build/claude-workflows
Version:
Claude Code workflow system with commands, agents, and templates for AI-native development
41 lines (40 loc) • 834 B
JSON
{
"name": "@endgame-build/claude-workflows",
"version": "1.0.6",
"description": "Claude Code workflow system with commands, agents, and templates for AI-native development",
"bin": {
"endgame-claude-workflows": "bin/install.js"
},
"type": "module",
"files": [
"bin/",
".claude/",
".eg/",
"CLAUDE.workflows.md",
"README.md"
],
"keywords": [
"claude",
"claude-code",
"workflows",
"ai",
"development",
"slash-commands",
"sub-agents"
],
"author": "ENDGAME",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/endgame-build/claude-workflows.git"
},
"engines": {
"node": ">=14.0.0"
},
"dependencies": {
"chalk": "^5.3.0",
"commander": "^11.1.0",
"fs-extra": "^11.2.0",
"inquirer": "^9.2.12"
}
}