mirror of
https://github.com/nimbusdotstorage/Nimbus
synced 2026-04-22 17:45:03 +02:00
21 lines
431 B
JSON
21 lines
431 B
JSON
{
|
|
"name": "@nimbus/auth",
|
|
"version": "0.0.4",
|
|
"type": "module",
|
|
"private": true,
|
|
"module": "src/auth.ts",
|
|
"exports": {
|
|
"./auth-client": "./src/auth-client.ts",
|
|
"./auth": "./src/auth.ts"
|
|
},
|
|
"dependencies": {
|
|
"@nimbus/db": "workspace:*",
|
|
"@nimbus/env": "workspace:*",
|
|
"@polar-sh/better-auth": "^1.2.0",
|
|
"@polar-sh/sdk": "^0.40.2",
|
|
"better-auth": "^1.3.33",
|
|
"drizzle-orm": "^0.44.4",
|
|
"resend": "^4.7.0"
|
|
}
|
|
}
|