mirror of
https://github.com/SrIzan10/hctv.git
synced 2026-06-06 00:56:56 +00:00
14 lines
228 B
JSON
14 lines
228 B
JSON
{
|
|
"name": "@hctv/auth",
|
|
"version": "0.0.0",
|
|
"exports": {
|
|
".": "./src/index.ts"
|
|
},
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@hctv/db": "*",
|
|
"@lucia-auth/adapter-prisma": "^4.0.1",
|
|
"arctic": "^3.1.1"
|
|
}
|
|
}
|