mirror of
https://github.com/supabase/supabase.git
synced 2026-06-21 09:47:20 +08:00
* spec: update v2 reference docs * fix missing spec for Functions * fix dart specs * Add more enrichments * update reference docs * update API Co-authored-by: Copple <10214025+kiwicopple@users.noreply.github.com>
36 lines
2.6 KiB
JSON
36 lines
2.6 KiB
JSON
{
|
|
"name": "@supabase/generator",
|
|
"version": "0.0.0",
|
|
"main": "./index.tsx",
|
|
"types": "./index.tsx",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"tsdoc:dereference:functions:v1": "ts-node ./tsdoc.ts dereference --input ../enrichments/tsdoc_v1/functions.json --output ../enrichments/tsdoc_v1/functions_dereferenced.json",
|
|
"tsdoc:dereference:gotrue:v1": "ts-node ./tsdoc.ts dereference --input ../enrichments/tsdoc_v1/gotrue.json --output ../enrichments/tsdoc_v1/gotrue_dereferenced.json",
|
|
"tsdoc:dereference:postgrest:v1": "ts-node ./tsdoc.ts dereference --input ../enrichments/tsdoc_v1/postgrest.json --output ../enrichments/tsdoc_v1/postgrest_dereferenced.json",
|
|
"tsdoc:dereference:realtime:v1": "ts-node ./tsdoc.ts dereference --input ../enrichments/tsdoc_v1/realtime.json --output ../enrichments/tsdoc_v1/realtime_dereferenced.json",
|
|
"tsdoc:dereference:storage:v1": "ts-node ./tsdoc.ts dereference --input ../enrichments/tsdoc_v1/storage.json --output ../enrichments/tsdoc_v1/storage_dereferenced.json",
|
|
"tsdoc:dereference:supabase:v1": "ts-node ./tsdoc.ts dereference --input ../enrichments/tsdoc_v1/supabase.json --output ../enrichments/tsdoc_v1/supabase_dereferenced.json",
|
|
"tsdoc:dereference:functions:v2": "ts-node ./tsdoc.ts dereference --input ../enrichments/tsdoc_v2/functions.json --output ../enrichments/tsdoc_v2/functions_dereferenced.json",
|
|
"tsdoc:dereference:gotrue:v2": "ts-node ./tsdoc.ts dereference --input ../enrichments/tsdoc_v2/gotrue.json --output ../enrichments/tsdoc_v2/gotrue_dereferenced.json",
|
|
"tsdoc:dereference:postgrest:v2": "ts-node ./tsdoc.ts dereference --input ../enrichments/tsdoc_v2/postgrest.json --output ../enrichments/tsdoc_v2/postgrest_dereferenced.json",
|
|
"tsdoc:dereference:realtime:v2": "ts-node ./tsdoc.ts dereference --input ../enrichments/tsdoc_v2/realtime.json --output ../enrichments/tsdoc_v2/realtime_dereferenced.json",
|
|
"tsdoc:dereference:storage:v2": "ts-node ./tsdoc.ts dereference --input ../enrichments/tsdoc_v2/storage.json --output ../enrichments/tsdoc_v2/storage_dereferenced.json",
|
|
"tsdoc:dereference:supabase:v2": "ts-node ./tsdoc.ts dereference --input ../enrichments/tsdoc_v2/supabase.json --output ../enrichments/tsdoc_v2/supabase_dereferenced.json"
|
|
},
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"@apidevtools/swagger-cli": "^4.0.4",
|
|
"@types/json-stringify-safe": "^5.0.0",
|
|
"@types/lodash": "^4.14.185",
|
|
"json-stringify-safe": "^5.0.1",
|
|
"lodash": "^4.17.21",
|
|
"prettier": "^2.7.1",
|
|
"ts-node": "^10.9.1"
|
|
},
|
|
"prettier": {
|
|
"semi": false,
|
|
"singleQuote": true
|
|
}
|
|
}
|