claude-code-automation
Version:
🚀 Generic project automation system with anti-compaction protection and recovery capabilities. Automatically detects project type (React, Node.js, Python, Rust, Go, Java) and provides intelligent analysis. Claude Code optimized - run 'welcome' after inst
74 lines • 2.13 kB
JSON
{
"name": "claude-code-automation",
"version": "3.0.4",
"description": "🚀 Generic project automation system with anti-compaction protection and recovery capabilities. Automatically detects project type (React, Node.js, Python, Rust, Go, Java) and provides intelligent analysis. Claude Code optimized - run 'welcome' after install!",
"main": "lib/index.js",
"bin": {
"code-automation": "bin/code-automation",
"preserve": "bin/preserve",
"recover": "bin/recover",
"analyze": "bin/analyze",
"inject": "bin/inject",
"welcome": "bin/welcome",
"setup": "bin/setup"
},
"scripts": {
"test": "node test/test-suite.js",
"verify": "node lib/auto-recovery.js --verify-integrity",
"preserve": "node lib/context-preservation.js",
"analyze": "node lib/context-analysis.js",
"recover": "node lib/auto-recovery.js",
"automation:preserve": "node .automation/context-preservation.js",
"automation:recover": "node .automation/auto-recovery.js",
"automation:analyze": "node .automation/context-analysis.js",
"automation:daily": "node .automation/daily-automation-cycle.js",
"automation:guard": "node .automation/anti-truncation-guard.js"
},
"files": [
"lib/**/*",
"bin/**/*",
"scripts/**/*",
"templates/**/*",
"docs/**/*",
"README.md",
"CHANGELOG.md",
"LICENSE"
],
"keywords": [
"claude-code",
"automation",
"anti-compaction",
"recovery",
"development",
"ai-assistant",
"claude",
"ai-development",
"context-preservation",
"backup-system",
"project-automation",
"development-tools",
"live-preservation",
"perfect-recovery",
"anti-truncation",
"compaction-protection",
"session-tracking"
],
"author": "Anonymous Developer",
"license": "MIT",
"engines": {
"node": ">=16.0.0",
"npm": ">=7.0.0"
},
"dependencies": {
"chalk": "^4.1.2",
"commander": "^9.4.1",
"inquirer": "^8.2.5"
},
"peerDependencies": {
"vitest": "^1.0.0"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
}
}