Files
better-auth/test/package.json
dependabot[bot] 2e6de42999 chore(deps-dev): bump undici from 7.22.0 to 7.24.0 (#8601)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-16 17:03:52 +00:00

21 lines
538 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:*",
"msw": "^2.12.10",
"openid-client": "^6.8.2",
"undici": "^7.24.0",
"vitest": "catalog:vitest"
}
}