mirror of
https://github.com/better-auth/better-auth.git
synced 2026-05-23 07:18:56 -05:00
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
22 lines
470 B
JSON
22 lines
470 B
JSON
{
|
|
"name": "@better-auth-test/adapter-base",
|
|
"type": "module",
|
|
"private": true,
|
|
"devDependencies": {
|
|
"@types/better-sqlite3": "^7.6.13",
|
|
"@types/pg": "^8.16.0",
|
|
"better-sqlite3": "^12.6.2",
|
|
"drizzle-kit": "^0.30.6",
|
|
"drizzle-orm": "^0.45.2",
|
|
"mongodb": "^7.1.0",
|
|
"mysql2": "^3.18.2",
|
|
"pg": "^8.19.0",
|
|
"tarn": "^3.0.2",
|
|
"tedious": "^18.6.2"
|
|
},
|
|
"dependencies": {
|
|
"deepmerge": "^4.3.1",
|
|
"kysely": "^0.28.14"
|
|
}
|
|
}
|