managarten/apps/storage/package.json
Till-JS 36a9e3a37c feat: restore presi and storage apps from archive
Re-activate presi (presentation tool) and storage (cloud storage)
apps that were previously archived for context reduction.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-25 13:25:51 +01:00

9 lines
178 B
JSON

{
"name": "storage",
"version": "1.0.0",
"private": true,
"description": "Cloud storage application (like Google Drive/Dropbox)",
"scripts": {
"dev": "turbo run dev"
}
}