Files
better-auth/e2e/integration/vanilla-node/package.json
T
dependabot[bot]GitHubdependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>Taesu
514a3062ec chore(deps-dev): bump vite from 7.3.1 to 7.3.2 (#9001)
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>
2026-04-08 08:02:56 +00:00

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