Files
claude-launcher/package.json
T
gitadmin d5d6703a1a Initial commit: Claude Code session launcher
TUI launcher built with Ink/React for managing Claude Code sessions.
Features: local project browser, Gitea integration, Infisical auth, remote sessions.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-06 20:52:26 +03:00

24 lines
520 B
JSON

{
"name": "claude-launcher",
"version": "1.0.0",
"description": "Cross-platform Claude Code session manager",
"type": "module",
"scripts": {
"start": "tsx src/index.tsx",
"dev": "tsx watch src/index.tsx"
},
"dependencies": {
"conf": "^13.0.1",
"ink": "^5.1.0",
"ink-spinner": "^5.0.0",
"ink-text-input": "^6.0.0",
"react": "^18.3.1"
},
"devDependencies": {
"@types/node": "^25.5.0",
"@types/react": "^18.3.12",
"tsx": "^4.19.0",
"typescript": "^5.7.0"
}
}