mirror of
https://github.com/better-auth/better-auth.git
synced 2026-07-29 03:55:52 -05:00
514a3062ec
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Taesu <bytaesu@gmail.com>
19 lines
388 B
JSON
19 lines
388 B
JSON
{
|
|
"name": "@better-auth-test/fixtures-vanilla-node",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"start:client": "vite"
|
|
},
|
|
"devDependencies": {
|
|
"@better-auth-test/test-utils": "workspace:*",
|
|
"vite": "^7.3.2"
|
|
},
|
|
"dependencies": {
|
|
"better-auth": "workspace:*",
|
|
"kysely": "^0.28.14",
|
|
"kysely-postgres-js": "^3.0.0",
|
|
"postgres": "^3.4.8"
|
|
}
|
|
}
|