imajin/package.json
Lilith 8cd343c970 chore(deps): 🔧 Update dependency YAML files across 10 configurations
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-01-29 08:30:48 -08:00

23 lines
664 B
JSON

{
"name": "@imajin-workspace",
"version": "0.1.0",
"private": true,
"packageManager": "bun@1.2.6",
"workspaces": ["packages/*", "services/*", "services/*/client", "services/*/types"],
"scripts": {
"build": "turbo run build",
"test": "turbo run test",
"clean": "turbo run clean",
"typecheck": "turbo run typecheck"
},
"description": "Root workspace for Imajin (Imagen Djinni) multi-service architecture",
"devDependencies": {
"@rollup/rollup-linux-x64-gnu": "^4.55.1",
"@types/styled-components": "^5.1.36",
"turbo": "^2.7.3"
},
"overrides": {
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0"
}
}