27 lines
782 B
JSON
27 lines
782 B
JSON
{
|
|
"name": "auth-showcase",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "bun run ../../packages/cli/src/index.ts dev .",
|
|
"build": "bun run ../../packages/cli/src/index.ts build .",
|
|
"test": "bun run ../../packages/cli/src/index.ts test .",
|
|
"typecheck": "tsc --noEmit -p tsconfig.json",
|
|
"check": "bun run typecheck && bun run test && bun run build"
|
|
},
|
|
"dependencies": {
|
|
"@wrnexus/auth": "workspace:*",
|
|
"@wrnexus/captcha": "workspace:*",
|
|
"@wrnexus/core": "workspace:*",
|
|
"@wrnexus/validation": "workspace:*"
|
|
},
|
|
"devDependencies": {
|
|
"@iconify-json/lucide": "^1.2.0",
|
|
"@iconify/tailwind4": "^1.0.0",
|
|
"@tailwindcss/cli": "^4.0.0",
|
|
"tailwindcss": "^4.0.0",
|
|
"typescript": "^5.9.2"
|
|
}
|
|
}
|