mirror of
https://github.com/sortedcord/omnia.git
synced 2026-07-22 20:12:48 +05:30
17 lines
324 B
JSON
17 lines
324 B
JSON
{
|
|
"name": "@omnia/architect",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"exports": {
|
|
".": "./dist/index.js"
|
|
},
|
|
"dependencies": {
|
|
"@omnia/core": "workspace:*",
|
|
"@omnia/llm": "workspace:*",
|
|
"@omnia/intent": "workspace:*",
|
|
"@omnia/voice": "workspace:*",
|
|
"zod": "^4.4.3"
|
|
}
|
|
}
|