{ "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", "dev": "tsc --watch --preserveWatchOutput" }, "dependencies": { "@hctv/db": "workspace:*", "@lucia-auth/adapter-prisma": "^4.0.1", "arctic": "^3.1.1", "lucia": "^3.2.2" }, "devDependencies": { "typescript": "^5.8.2" } }