2026-04-26 16:13:30 -07:00
|
|
|
{
|
|
|
|
|
"name": "@lilith/session-tools",
|
2026-04-29 10:29:18 -07:00
|
|
|
"version": "0.1.2",
|
2026-04-26 16:13:30 -07:00
|
|
|
"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": {
|
2026-06-10 03:38:19 -07:00
|
|
|
"registry": "http://forge.black.lan/api/packages/lilith/npm/"
|
2026-04-26 16:13:30 -07:00
|
|
|
}
|
|
|
|
|
}
|