Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "name": "userimage",
- "version": "2.0.0",
- "private": true,
- "scripts": {
- "deploy": "npx gen-types && wrangler deploy",
- "publish": "npx gen-types && wrangler publish",
- "dev": "wrangler dev",
- "start": "wrangler dev",
- "gen-types": "pnpm run supabase-typegen && pnpm run cf-typegen",
- "cf-typegen": "wrangler types && wrangler types --experimental-include-runtime=\"./runtime.d.ts\"",
- "supabase-typegen": "npx supabase gen types typescript --project-id YOUR_SUPABASE_PROJECT_ID --schema public,id,pgsodium,storage > supabase.d.ts"
- },
- "devDependencies": {
- "@types/node": "^22.10.2",
- "typescript": "^5.7.2",
- "wrangler": "^3.99.0"
- },
- "dependencies": {
- "@better-fetch/fetch": "^1.1.12",
- "@supabase/supabase-js": "^2.47.10"
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment