Files
better-auth/test/package.json
2026-02-27 08:11:46 +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.22.0",
"vitest": "catalog:vitest"
}
}