UNPKG

ccoptimizer

Version:

🚀 Optimize your Claude Code experience by analyzing your conversation patterns

51 lines (50 loc) • 1.07 kB
{ "name": "ccoptimizer", "version": "0.1.2", "description": "🚀 Optimize your Claude Code experience by analyzing your conversation patterns", "main": "dist/index.js", "type": "module", "bin": { "ccoptimizer": "dist/index.js" }, "files": [ "dist/**/*" ], "scripts": { "build": "tsc", "dev": "tsx index.ts", "start": "node dist/index.js", "prepublishOnly": "npm run build" }, "keywords": [ "claude", "claude-code", "ai", "optimizer", "productivity", "claude-md", "cli" ], "author": "Erik Nymo Bohne", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/ASTAR-LABS/ccoptimizer.git" }, "bugs": { "url": "https://github.com/ASTAR-LABS/ccoptimizer/issues" }, "homepage": "https://github.com/ASTAR-LABS/ccoptimizer#readme", "engines": { "node": ">=18.0.0" }, "dependencies": { "chalk": "^5.3.0", "ora": "^8.1.0" }, "devDependencies": { "@types/node": "^24.3.0", "tsx": "^4.20.4", "typescript": "^5.9.2" } }