mirror of
https://github.com/supabase/supabase.git
synced 2026-07-05 00:14:35 +08:00
21 lines
420 B
JSON
21 lines
420 B
JSON
{
|
|
"private": true,
|
|
"author": "",
|
|
"name": "",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"dev": "wrangler dev",
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"postinstall": "patch-package"
|
|
},
|
|
"dependencies": {
|
|
"@supabase/supabase-js": "^1.3.3"
|
|
},
|
|
"devDependencies": {
|
|
"patch-package": "^6.2.2",
|
|
"postinstall-postinstall": "^2.1.0"
|
|
}
|
|
}
|