mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-15 01:01:09 +02:00
- Backend: Replace Supabase storage with S3/local hybrid StorageService - Backend: Add rate-limits endpoint to ProfileController - Mobile: Update RateLimitIndicator to use backend API - Mobile: Remove @supabase/supabase-js dependency - Shared: Remove queue.ts and supabase.ts (no longer needed) - Update environment configuration for S3 storage 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
22 lines
477 B
JSON
22 lines
477 B
JSON
{
|
|
"name": "@picture/shared",
|
|
"version": "1.0.0",
|
|
"main": "./src/index.ts",
|
|
"types": "./src/index.ts",
|
|
"exports": {
|
|
".": "./src/index.ts",
|
|
"./types": "./src/types/index.ts",
|
|
"./utils": "./src/utils/index.ts"
|
|
},
|
|
"scripts": {
|
|
"type-check": "tsc --noEmit",
|
|
"clean": "rm -rf dist .turbo node_modules"
|
|
},
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.28.4",
|
|
"@babel/preset-typescript": "^7.27.1",
|
|
"typescript": "~5.8.3"
|
|
},
|
|
"private": true
|
|
}
|