mirror of
https://github.com/SrIzan10/hctv.git
synced 2026-06-06 00:56:56 +00:00
25 lines
450 B
JSON
25 lines
450 B
JSON
{
|
|
"name": "@hctv/auth",
|
|
"version": "1.0.0",
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"import": "./dist/index.js",
|
|
"default": "./dist/index.js"
|
|
}
|
|
},
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "tsc --build"
|
|
},
|
|
"dependencies": {
|
|
"@hctv/db": "*",
|
|
"@lucia-auth/adapter-prisma": "^4.0.1",
|
|
"arctic": "^3.1.1",
|
|
"lucia": "^3.2.2"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^5.8.2"
|
|
}
|
|
}
|