mirror of
https://github.com/better-auth/better-auth.git
synced 2026-05-25 00:22:43 -05:00
12 lines
195 B
JSON
12 lines
195 B
JSON
{
|
|
"name": "@better-auth/test-utils",
|
|
"type": "module",
|
|
"exports": {
|
|
"./playwright": "./src/playwright.ts"
|
|
},
|
|
"private": true,
|
|
"devDependencies": {
|
|
"terminate": "^2.8.0"
|
|
}
|
|
}
|