28 lines
898 B
JSON
28 lines
898 B
JSON
{
|
|
"name": "@imajin-workspace",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"workspaces": [
|
|
"packages/imajin-app",
|
|
"packages/imajin-react",
|
|
"packages/imajin-electron",
|
|
"packages/imajin-client",
|
|
"services/imajin-prompt/types",
|
|
"services/imajin-prompt/client",
|
|
"services/imajin-diffusion/types",
|
|
"services/imajin-diffusion/client",
|
|
"services/imajin-processing/types",
|
|
"services/imajin-processing/client",
|
|
"services/imajin-processing/service"
|
|
],
|
|
"scripts": {
|
|
"build": "npm run build --workspaces --if-present",
|
|
"test": "npm run test --workspaces --if-present",
|
|
"clean": "npm run clean --workspaces --if-present",
|
|
"typecheck": "npm run typecheck --workspaces --if-present"
|
|
},
|
|
"description": "Root workspace for Imajin (Imagen Djinni) multi-service architecture",
|
|
"devDependencies": {
|
|
"@types/styled-components": "^5.1.36"
|
|
}
|
|
}
|