mirror of
https://github.com/better-auth/better-auth.git
synced 2026-05-23 15:42:09 -05:00
20 lines
515 B
JSON
20 lines
515 B
JSON
{
|
|
"name": "@better-auth-test/test",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"test": "vitest",
|
|
"coverage": "vitest run --coverage --coverage.provider=istanbul",
|
|
"lint:package": "publint run --strict",
|
|
"lint:types": "attw --profile esm-only --pack ."
|
|
},
|
|
"devDependencies": {
|
|
"@better-auth/core": "workspace:*",
|
|
"@better-fetch/fetch": "catalog:",
|
|
"better-auth": "workspace:*",
|
|
"openid-client": "^6.8.2",
|
|
"undici": "^7.24.0",
|
|
"vitest": "catalog:vitest"
|
|
}
|
|
}
|