Files
better-auth/test/package.json

21 lines
531 B
JSON

{
"name": "@better-auth/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.4",
"openid-client": "^6.8.1",
"undici": "^7.0.0",
"vitest": "catalog:vitest"
}
}