12 lines
251 B
JSON
12 lines
251 B
JSON
{
|
|
"name": "supabase-auth-vanilla-js",
|
|
"version": "0.0.1",
|
|
"description": "basic auth example for supabase with js",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"dev": "npx light-server -s ."
|
|
},
|
|
"author": "ant@supabase.io",
|
|
"license": "MIT"
|
|
}
|