10 lines
203 B
JSON
10 lines
203 B
JSON
{
|
|
"name": "claude-remote",
|
|
"version": "0.1.0",
|
|
"type": "module",
|
|
"description": "Paste text into the Claude Code terminal window via xdotool",
|
|
"bin": {
|
|
"claude-remote": "./claude-remote.mjs"
|
|
}
|
|
}
|