session-tools/package.json
Natalie b969b14e11 feat(@scripts): add npm publish workflow
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-26 16:13:30 -07:00

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