mirror of
https://github.com/supabase/supabase.git
synced 2026-05-06 22:18:00 +08:00
* updated github script for login * refactored and cleans up github login * wip * updated github script * removed context dir for page access * updated auth script * updated the login methods * updated README * updated minor bugs * added error handling
27 lines
547 B
JSON
27 lines
547 B
JSON
{
|
|
"name": "e2e-studio",
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"e2e": "playwright test",
|
|
"e2e:ui": "playwright test --ui"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"description": "",
|
|
"dependencies": {
|
|
"@playwright/test": "^1.52.0",
|
|
"@supabase/supabase-js": "catalog:",
|
|
"cross-fetch": "^4.1.0",
|
|
"dotenv": "^16.5.0",
|
|
"otpauth": "^9.4.1"
|
|
},
|
|
"devDependencies": {
|
|
"@faker-js/faker": "^9.9.0",
|
|
"api-types": "workspace:*",
|
|
"tsx": "catalog:"
|
|
}
|
|
}
|