mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-05-17 12:20:04 +00:00
42 lines
971 B
JSON
42 lines
971 B
JSON
{
|
|
"name": "@supermemory/ai-sdk",
|
|
"type": "module",
|
|
"version": "1.0.8",
|
|
"scripts": {
|
|
"build": "tsdown",
|
|
"dev": "tsdown --watch --ignore-watch .turbo",
|
|
"check-types": "tsc --noEmit",
|
|
"test": "vitest",
|
|
"test:watch": "vitest --watch"
|
|
},
|
|
"dependencies": {
|
|
"@ai-sdk/openai": "^2.0.22",
|
|
"@ai-sdk/provider": "^2.0.0",
|
|
"ai": "^5.0.113",
|
|
"supermemory": "^3.0.0-alpha.26"
|
|
},
|
|
"devDependencies": {
|
|
"@total-typescript/tsconfig": "^1.0.4",
|
|
"@types/bun": "^1.2.21",
|
|
"tsdown": "^0.14.2",
|
|
"typescript": "^5.9.2",
|
|
"vitest": "^3.2.4"
|
|
},
|
|
"main": "./dist/index.js",
|
|
"module": "./dist/index.js",
|
|
"types": "./dist/index-Dk1U5LBS.d.ts",
|
|
"exports": {
|
|
".": "./dist/index.js",
|
|
"./package.json": "./package.json"
|
|
},
|
|
"repository": {
|
|
"url": "https://github.com/supermemoryai/supermemory",
|
|
"directory": "packages/ai-sdk"
|
|
},
|
|
"keywords": [
|
|
"ai",
|
|
"sdk",
|
|
"supermemory",
|
|
"memory"
|
|
]
|
|
}
|