16 lines
374 B
JSON
16 lines
374 B
JSON
{
|
|
"name": "@lilith/session-tools",
|
|
"version": "0.1.0",
|
|
"description": "Durable Claude Code session management (rclaude, tssh, remote-run)",
|
|
"bin": {
|
|
"rclaude": "bin/rclaude",
|
|
"remote-run": "bin/remote-run",
|
|
"tssh": "bin/tssh"
|
|
},
|
|
"files": [
|
|
"bin"
|
|
],
|
|
"publishConfig": {
|
|
"registry": "http://forge.black.local/api/packages/lilith/npm/"
|
|
}
|
|
}
|