mirror of
https://github.com/sortedcord/omnia.git
synced 2026-07-22 12:02:49 +05:30
feat: Scaffold Initial monorepo structure (closes #1)
This commit is contained in:
9
packages/llm/package.json
Normal file
9
packages/llm/package.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"name": "@omnia/llm",
|
||||
"version": "0.0.0",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"exports": {
|
||||
".": "./dist/index.js"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user