session-tools/package.json
Natalie 79268d4db6 fix(@scripts): 🐛 update forge.black.local to forge.black.lan
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-06-10 03:38:19 -07:00

16 lines
372 B
JSON

{
"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/"
}
}