23 lines
753 B
JSON
23 lines
753 B
JSON
{
|
|
"name": "@imajin-workspace",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"packageManager": "bun@1.2.6",
|
|
"workspaces": ["@packages/*", "@packages/@ts/vision/*", "services/*", "services/*/client", "services/*/types", "services/*/frontend", "services/*/frontend-macos", "studio"],
|
|
"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"
|
|
}
|
|
}
|