claude-continue/package.json
2026-03-08 19:17:27 -07:00

27 lines
644 B
JSON

{
"name": "@lilith/claude-continue",
"version": "1.0.0",
"description": "Smart tmux wrapper for Claude Code with crash recovery and LLM-powered task review",
"bin": {
"ccc": "./bin/ccc"
},
"scripts": {
"postinstall": "echo 'Run: ln -sf $(pwd)/bin/ccc ~/.local/bin/ccc'"
},
"keywords": [
"claude",
"tmux",
"cli",
"session-management",
"crash-recovery"
],
"author": "lilith",
"license": "MIT",
"repository": {
"type": "git",
"url": "http://forge.black.local/lilith/claude-continue.git"
},
"publishConfig": {
"registry": "http://forge.black.local/api/packages/lilith/npm/"
}
}