Files
supabase/packages/api-types/package.json
Alaister Young 560d239100 feat: vercel custom public env var prefix (#28058)
* feat: vercel custom public env var prefix

* fix types

* more type fixes

* update warning message

* update resync warning

* add convenience functions
2024-07-26 16:39:15 +08:00

16 lines
418 B
JSON

{
"name": "api-types",
"version": "0.0.0",
"description": "Types shared between Supabase apps and packages",
"main": "./index.ts",
"types": "./index.ts",
"scripts": {
"codegen": "openapi-typescript http://localhost:8080/api-json -o types/api.d.ts --alphabetize && prettier --write types/api.d.ts"
},
"author": "",
"license": "MIT",
"devDependencies": {
"openapi-typescript": "^6.7.4"
}
}