supermemory/packages/ai-sdk/package.json
MaheshtheDev 7b64ce1e10
Some checks failed
Publish AI SDK / publish (push) Has been cancelled
fix: username issue and bun lock issue (#818)
2026-03-31 21:41:25 +00:00

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"
]
}