mirror of
https://github.com/better-auth/better-auth.git
synced 2026-05-24 16:11:53 -05:00
20 lines
478 B
JSON
20 lines
478 B
JSON
{
|
|
"name": "@better-auth/test",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"test": "vitest",
|
|
"coverage": "vitest run --coverage",
|
|
"lint:package": "publint run --strict",
|
|
"lint:types": "attw --profile esm-only --pack ."
|
|
},
|
|
"devDependencies": {
|
|
"@better-auth/core": "workspace:*",
|
|
"@better-fetch/fetch": "catalog:",
|
|
"better-auth": "workspace:*",
|
|
"msw": "^2.12.4",
|
|
"openid-client": "^6.8.1",
|
|
"vitest": "catalog:vitest"
|
|
}
|
|
}
|