Files
better-auth/e2e/integration/test-utils/package.json
Alex Yang 6353e3da02 e2e: integration test for solid-js (#4469)
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
2025-09-08 16:49:01 -07:00

12 lines
195 B
JSON

{
"name": "@better-auth/test-utils",
"type": "module",
"exports": {
"./playwright": "./src/playwright.ts"
},
"private": true,
"devDependencies": {
"terminate": "^2.8.0"
}
}