atlilith/@platform/package.json
autocommit 703d7f6083 deps-upgrade(sso): ⬆️ Update SSO backend and frontend dependencies to latest versions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-17 00:28:01 -07:00

37 lines
998 B
JSON

{
"name": "@atlilith/platform",
"private": true,
"version": "0.0.0",
"description": "V3 platform — provider-generic, org-aware multi-tenant",
"type": "module",
"workspaces": [
"codebase/@apps/*",
"codebase/@apps/*/frontend",
"codebase/@apps/*/backend",
"codebase/@features/*",
"codebase/@features/*/frontend",
"codebase/@features/*/backend",
"codebase/@features/*/shared",
"codebase/@packages/*",
"codebase/@packages/@*/*",
"deployments/@domains/*"
],
"scripts": {
"dev": "../run dev",
"build": "../run build",
"typecheck": "tsc --noEmit",
"manifest:validate": "bun run scripts/validate-manifest.ts"
},
"dependencies": {
"@lilith/service-registry": "^1.4.0",
"@lilith/service-addresses": "^3.5.0",
"@lilith/configs": "^2.5.0"
},
"devDependencies": {
"@lilith/lix-build": "^1.0.7",
"@lilith/lix-test": "^1.0.0",
"@types/node": "^25.0.9",
"tsx": "^4.21.0",
"typescript": "^5.9.3"
}
}