mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-09-07 08:26:15 +00:00
32 lines
754 B
JSON
32 lines
754 B
JSON
{
|
|
"name": "@supermemory/ai-sdk",
|
|
"version": "1.0.3",
|
|
"scripts": {
|
|
"build": "tsdown",
|
|
"dev": "tsdown --watch",
|
|
"check-types": "tsc --noEmit",
|
|
"test": "vitest",
|
|
"test:watch": "vitest --watch"
|
|
},
|
|
"dependencies": {
|
|
"@ai-sdk/openai": "^2.0.15",
|
|
"@ai-sdk/provider": "^2.0.0",
|
|
"ai": "^5.0.17",
|
|
"supermemory": "^3.0.0-alpha.22",
|
|
"zod": "^4.0.17"
|
|
},
|
|
"devDependencies": {
|
|
"@total-typescript/tsconfig": "^1.0.4",
|
|
"@types/bun": "^1.2.20",
|
|
"tsdown": "^0.14.1",
|
|
"typescript": "^5.9.2",
|
|
"vitest": "^3.2.4"
|
|
},
|
|
"main": "./dist/index.mjs",
|
|
"module": "./dist/index.mjs",
|
|
"types": "./dist/index.d.mts",
|
|
"exports": {
|
|
".": "./dist/index.mjs",
|
|
"./package.json": "./package.json"
|
|
}
|
|
}
|