Guest User

Untitled

a guest
Jan 9th, 2025
15
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.92 KB | None | 0 0
  1. {
  2.     "name": "userimage",
  3.     "version": "2.0.0",
  4.     "private": true,
  5.     "scripts": {
  6.         "deploy": "npx gen-types && wrangler deploy",
  7.         "publish": "npx gen-types && wrangler publish",
  8.         "dev": "wrangler dev",
  9.         "start": "wrangler dev",
  10.         "gen-types": "pnpm run supabase-typegen && pnpm run cf-typegen",
  11.         "cf-typegen": "wrangler types && wrangler types --experimental-include-runtime=\"./runtime.d.ts\"",
  12.         "supabase-typegen": "npx supabase gen types typescript --project-id YOUR_SUPABASE_PROJECT_ID --schema public,id,pgsodium,storage > supabase.d.ts"
  13.     },
  14.     "devDependencies": {
  15.         "@types/node": "^22.10.2",
  16.         "typescript": "^5.7.2",
  17.         "wrangler": "^3.99.0"
  18.     },
  19.     "dependencies": {
  20.         "@better-fetch/fetch": "^1.1.12",
  21.         "@supabase/supabase-js": "^2.47.10"
  22.     }
  23. }
Advertisement
Add Comment
Please, Sign In to add comment