22 lines
541 B
JSON
22 lines
541 B
JSON
{
|
|
"name": "@imajin-workspace",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"packageManager": "pnpm@9.15.0",
|
|
"scripts": {
|
|
"build": "pnpm -r run build",
|
|
"test": "pnpm -r run test",
|
|
"clean": "pnpm -r run clean",
|
|
"typecheck": "pnpm -r run typecheck"
|
|
},
|
|
"description": "Root workspace for Imajin (Imagen Djinni) multi-service architecture",
|
|
"devDependencies": {
|
|
"@types/styled-components": "^5.1.36"
|
|
},
|
|
"pnpm": {
|
|
"overrides": {
|
|
"@types/react": "^19.0.0",
|
|
"@types/react-dom": "^19.0.0"
|
|
}
|
|
}
|
|
}
|