Files
better-auth/e2e/integration/vanilla-node/package.json
dependabot[bot]GitHubdependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1486fafb77 chore(deps): bump kysely from 0.28.12 to 0.28.14 (#8718)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-20 21:43:42 +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.1"
},
"dependencies": {
"better-auth": "workspace:*",
"kysely": "^0.28.14",
"kysely-postgres-js": "^3.0.0",
"postgres": "^3.4.8"
}
}