mirror of
https://github.com/LukeHagar/relay.git
synced 2025-12-06 04:21:14 +00:00
24 lines
484 B
JSON
24 lines
484 B
JSON
{
|
|
"name": "baton",
|
|
"module": "index.ts",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "bun run --watch server/index.ts",
|
|
"start": "bun run server/index.ts"
|
|
},
|
|
"devDependencies": {
|
|
"@types/bun": "latest",
|
|
"prisma": "^5.21.1"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@auth/core": "^0.37.2",
|
|
"@auth/prisma-adapter": "^2.7.2",
|
|
"@hono/auth-js": "^1.0.12",
|
|
"@prisma/client": "5.21.1",
|
|
"hono": "^4.6.6"
|
|
}
|
|
}
|