mirror of
https://github.com/jakejarvis/sofa.git
synced 2026-07-14 18:15:56 -04:00
30 lines
731 B
JSON
30 lines
731 B
JSON
{
|
|
"name": "@sofa/auth",
|
|
"version": "0.2.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"exports": {
|
|
"./server": "./src/server.ts",
|
|
"./config": "./src/config.ts"
|
|
},
|
|
"scripts": {
|
|
"lint": "oxlint",
|
|
"format": "oxfmt --config ../../.oxfmtrc.json",
|
|
"format:check": "oxfmt --check --config ../../.oxfmtrc.json",
|
|
"check-types": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@better-auth/drizzle-adapter": "1.5.6",
|
|
"@better-auth/expo": "catalog:",
|
|
"@sofa/core": "workspace:*",
|
|
"@sofa/db": "workspace:*",
|
|
"@sofa/logger": "workspace:*",
|
|
"better-auth": "catalog:"
|
|
},
|
|
"devDependencies": {
|
|
"@sofa/tsconfig": "workspace:*",
|
|
"@types/bun": "catalog:",
|
|
"typescript": "catalog:"
|
|
}
|
|
}
|