31 lines
956 B
JSON
31 lines
956 B
JSON
{
|
|
"name": "wrnexus-crm-example",
|
|
"version": "0.8.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "bun run ../../packages/cli/src/index.ts dev .",
|
|
"build": "bun run ../../packages/cli/src/index.ts build .",
|
|
"db:migrate": "bun run ../../packages/cli/src/index.ts db migrate .",
|
|
"db:seed": "bun run ../../packages/cli/src/index.ts db seed .",
|
|
"test": "bun test test",
|
|
"typecheck": "tsc --noEmit -p tsconfig.json",
|
|
"check": "bun run typecheck && bun run test && bun run build"
|
|
},
|
|
"dependencies": {
|
|
"@wrnexus/auth": "workspace:*",
|
|
"@wrnexus/authz": "workspace:*",
|
|
"@wrnexus/core": "workspace:*",
|
|
"@wrnexus/db": "workspace:*",
|
|
"@wrnexus/styles": "workspace:*"
|
|
},
|
|
"devDependencies": {
|
|
"@iconify-json/lucide": "^1.2.123",
|
|
"@iconify/tailwind4": "^1.2.3",
|
|
"@tailwindcss/cli": "^4.3.3",
|
|
"@types/bun": "^1.3.14",
|
|
"tailwindcss": "^4.3.3",
|
|
"typescript": "^6.0.3"
|
|
}
|
|
}
|