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