Naut-Plugin-WebUI/package.json
ookami125 bc1be49a37 Initial commit: NAUT torrent web UI with stubbed server
Advanced torrent client web UI aimed at power users, with a
zero-dependency Node stub server (built-in http + SSE) serving live
mock data.

- Dense sortable/multi-select torrent grid with live updates
- Detail panel: General/Trackers/Peers/Content/Pieces (resizable)
- Sidebar filters: status, categories, tags, trackers
- Create/delete categories and tags (sidebar + right-click)
- Add via magnet or client-side-parsed .torrent upload
- RSS, integrated search, and read-only engine views
- Hand-drawn SVG icon set, dark theme, keyboard shortcuts

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-16 21:15:31 -04:00

14 lines
321 B
JSON

{
"name": "torrent-ui",
"version": "0.1.0",
"description": "Advanced web UI for a torrent client (stubbed server with live mock data)",
"type": "module",
"scripts": {
"start": "node server/index.js",
"dev": "node --watch server/index.js"
},
"engines": {
"node": ">=18"
},
"license": "MIT"
}