package.json 2.7 KB

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "name": "@supabase/generator",
  3. "version": "0.0.0",
  4. "main": "./index.tsx",
  5. "types": "./index.tsx",
  6. "license": "MIT",
  7. "scripts": {
  8. "preinstall": "npx only-allow pnpm",
  9. "clean": "rimraf node_modules",
  10. "tsdoc:dereference:functions:v1": "tsx ./tsdoc.ts --input ../../apps/docs/spec/enrichments/tsdoc_v1/functions.json --output ../../apps/docs/spec/enrichments/tsdoc_v1/functions_dereferenced.json",
  11. "tsdoc:dereference:gotrue:v1": "tsx ./tsdoc.ts --input ../../apps/docs/spec/enrichments/tsdoc_v1/gotrue.json --output ../../apps/docs/spec/enrichments/tsdoc_v1/gotrue_dereferenced.json",
  12. "tsdoc:dereference:postgrest:v1": "tsx ./tsdoc.ts --input ../../apps/docs/spec/enrichments/tsdoc_v1/postgrest.json --output ../../apps/docs/spec/enrichments/tsdoc_v1/postgrest_dereferenced.json",
  13. "tsdoc:dereference:realtime:v1": "tsx ./tsdoc.ts --input ../../apps/docs/spec/enrichments/tsdoc_v1/realtime.json --output ../../apps/docs/spec/enrichments/tsdoc_v1/realtime_dereferenced.json",
  14. "tsdoc:dereference:storage:v1": "tsx ./tsdoc.ts --input ../../apps/docs/spec/enrichments/tsdoc_v1/storage.json --output ../../apps/docs/spec/enrichments/tsdoc_v1/storage_dereferenced.json",
  15. "tsdoc:dereference:briven:v1": "tsx ./tsdoc.ts --input ../../apps/docs/spec/enrichments/tsdoc_v1/briven.json --output ../../apps/docs/spec/enrichments/tsdoc_v1/briven_dereferenced.json",
  16. "tsdoc:dereference:functions:v2": "tsx ./tsdoc.ts --input ../../apps/docs/spec/enrichments/tsdoc_v2/functions.json --output ../../apps/docs/spec/enrichments/tsdoc_v2/functions_dereferenced.json",
  17. "tsdoc:dereference:gotrue:v2": "tsx ./tsdoc.ts --input ../../apps/docs/spec/enrichments/tsdoc_v2/gotrue.json --output ../../apps/docs/spec/enrichments/tsdoc_v2/gotrue_dereferenced.json",
  18. "tsdoc:dereference:postgrest:v2": "tsx ./tsdoc.ts --input ../../apps/docs/spec/enrichments/tsdoc_v2/postgrest.json --output ../../apps/docs/spec/enrichments/tsdoc_v2/postgrest_dereferenced.json",
  19. "tsdoc:dereference:realtime:v2": "tsx ./tsdoc.ts --input ../../apps/docs/spec/enrichments/tsdoc_v2/realtime.json --output ../../apps/docs/spec/enrichments/tsdoc_v2/realtime_dereferenced.json",
  20. "tsdoc:dereference:storage:v2": "tsx ./tsdoc.ts --input ../../apps/docs/spec/enrichments/tsdoc_v2/storage.json --output ../../apps/docs/spec/enrichments/tsdoc_v2/storage_dereferenced.json",
  21. "tsdoc:dereference:briven:v2": "tsx ./tsdoc.ts --input ../../apps/docs/spec/enrichments/tsdoc_v2/briven.json --output ../../apps/docs/spec/enrichments/tsdoc_v2/briven_dereferenced.json"
  22. },
  23. "dependencies": {},
  24. "devDependencies": {
  25. "@types/json-stringify-safe": "^5.0.0",
  26. "@types/lodash": "^4.14.202",
  27. "json-stringify-safe": "^5.0.1",
  28. "lodash": "catalog:",
  29. "tsconfig": "workspace:*",
  30. "tsx": "catalog:"
  31. }
  32. }