mirror of
https://github.com/better-auth/better-auth.git
synced 2026-05-23 23:52:05 -05:00
21 lines
455 B
JSON
21 lines
455 B
JSON
{
|
|
"name": "bun",
|
|
"module": "index.ts",
|
|
"type": "module",
|
|
"scripts": {
|
|
"client": "bun build ./client.ts --outdir ./dist --watch",
|
|
"server": "bun --hot run src/index.ts"
|
|
},
|
|
"devDependencies": {
|
|
"@types/bun": "latest",
|
|
"vite": "^5.3.5"
|
|
},
|
|
"dependencies": {
|
|
"@better-fetch/fetch": "^1.1.4",
|
|
"better-auth": "workspace:*",
|
|
"bun-html-live-reload": "^0.1.3"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5.0.0"
|
|
}
|
|
} |