session-tools/package.json

17 lines
372 B
JSON
Raw Normal View History

{
"name": "@lilith/session-tools",
"version": "0.1.2",
"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.lan/api/packages/lilith/npm/"
}
}