mirror of
https://github.com/better-auth/better-auth.git
synced 2026-05-23 07:18:56 -05:00
15 lines
296 B
JSON
15 lines
296 B
JSON
{
|
|
"name": "@better-auth-test/integration",
|
|
"private": true,
|
|
"scripts": {
|
|
"e2e:integration": "playwright test"
|
|
},
|
|
"dependencies": {
|
|
"@better-auth/oauth-provider": "workspace:*",
|
|
"better-auth": "workspace:*"
|
|
},
|
|
"devDependencies": {
|
|
"@playwright/test": "^1.58.2"
|
|
}
|
|
}
|