mirror of
https://github.com/supabase/supabase.git
synced 2026-07-05 05:14:21 +08:00
16 lines
418 B
JSON
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"
|
|
}
|
|
}
|