mirror of
https://github.com/better-auth/better-auth.git
synced 2026-05-22 06:16:18 -05:00
17 lines
333 B
JSON
17 lines
333 B
JSON
{
|
|
"name": "@better-auth/test",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"test": "vitest"
|
|
},
|
|
"devDependencies": {
|
|
"@better-auth/core": "workspace:*",
|
|
"@better-fetch/fetch": "catalog:",
|
|
"better-auth": "workspace:*",
|
|
"msw": "^2.12.1",
|
|
"openid-client": "^6.8.1",
|
|
"vitest": "catalog:"
|
|
}
|
|
}
|