session-tools/package.json
Natalie 44086ca45e feat(session-tools): disk-guard/bigdisk-mount-guard tools + wa console/lookup
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-29 14:35:20 -04:00

16 lines
352 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://134.199.243.61:4873/"
}
}