mirror of
https://github.com/jakejarvis/sofa.git
synced 2026-08-29 02:45:39 -04:00
28 lines
619 B
JSON
28 lines
619 B
JSON
{
|
|
"name": "@sofa/auth",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"exports": {
|
|
"./server": "./src/server.ts",
|
|
"./config": "./src/config.ts"
|
|
},
|
|
"scripts": {
|
|
"lint": "biome check",
|
|
"format": "biome format --write",
|
|
"check-types": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@better-auth/drizzle-adapter": "1.5.5",
|
|
"@better-auth/expo": "catalog:",
|
|
"@sofa/core": "workspace:*",
|
|
"@sofa/db": "workspace:*",
|
|
"@sofa/logger": "workspace:*",
|
|
"better-auth": "catalog:"
|
|
},
|
|
"devDependencies": {
|
|
"@types/bun": "catalog:",
|
|
"typescript": "catalog:"
|
|
}
|
|
}
|