mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-05-17 21:11:04 +00:00
12 lines
204 B
JSON
12 lines
204 B
JSON
{
|
|
"name": "@supermemory/shared",
|
|
"version": "0.0.1",
|
|
"exports": {
|
|
".": "./utils.ts",
|
|
"./types": "./types.ts",
|
|
"./icons": "./icons.tsx"
|
|
},
|
|
"dependencies": {
|
|
"ai": "^4.0.18"
|
|
}
|
|
}
|