mirror of
https://github.com/better-auth/better-auth.git
synced 2026-05-24 16:11:53 -05:00
13 lines
227 B
JSON
13 lines
227 B
JSON
{
|
|
"name": "@better-auth-test/integration",
|
|
"scripts": {
|
|
"e2e:integration": "playwright test"
|
|
},
|
|
"dependencies": {
|
|
"better-auth": "workspace:*"
|
|
},
|
|
"devDependencies": {
|
|
"@playwright/test": "^1.58.2"
|
|
}
|
|
}
|