mirror of
https://github.com/better-auth/better-auth.git
synced 2026-05-26 00:46:44 -05:00
15 lines
310 B
JSON
15 lines
310 B
JSON
{
|
|
"name": "@better-auth/shared",
|
|
"types": "./src/index.ts",
|
|
"main": "./src/index.ts",
|
|
"type": "module",
|
|
"exports": {
|
|
".": "./src/index.ts"
|
|
},
|
|
"dependencies": {
|
|
"h3": "^1.12.0",
|
|
"hono": "^4.5.4",
|
|
"listhen": "^1.7.2",
|
|
"vitest": "^1.6.0"
|
|
}
|
|
} |