Files
better-auth/test/package.json
2026-04-02 19:28:30 +00:00

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"
}
}