tv-anarchy/package.json
Natalie 4a2ceb9781 feat(offline): inline star-to-keep and trash-to-cull on cache rows
Surface the existing pin (keep-from-cull) and per-file delete actions as
visible inline buttons on each offline cache row instead of context-menu-only:
a star toggles protection from auto-cull (and restore-if-missing), a trash
culls that file early. Aligns wording/icons to the star metaphor.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-30 00:12:41 -04:00

14 lines
294 B
JSON

{
"name": "tv-anarchy-workspace",
"private": true,
"version": "0.1.0",
"workspaces": [
"governor",
"mcp",
"packages/*"
],
"scripts": {
"build:pkgs": "npm run build --workspaces --if-present",
"typecheck:pkgs": "npm run typecheck --workspaces --if-present"
}
}