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