@gongfu/memory
Version:
Intelligent memory layer for Gongfu using mem0
57 lines • 1.17 kB
JSON
{
"name": "@gongfu/memory",
"version": "0.1.0",
"description": "Intelligent memory layer for Gongfu using mem0",
"type": "module",
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"require": "./dist/index.cjs"
}
},
"files": [
"dist",
"README.md"
],
"scripts": {
"build": "tsup",
"dev": "tsup --watch",
"test": "vitest",
"test:ui": "vitest --ui",
"test:run": "vitest run",
"typecheck": "tsc --noEmit",
"lint": "eslint src"
},
"dependencies": {
"mem0ai": "^2.1.36",
"openai": "^4.52.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/node": "^20.14.10",
"tsup": "^8.1.0",
"typescript": "^5.5.3",
"vitest": "^1.6.0"
},
"peerDependencies": {
"dotenv": "*"
},
"keywords": [
"memory",
"ai",
"mem0",
"gongfu",
"workflow"
],
"author": "Gongfu Team",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/your-org/gongfu.git",
"directory": "packages/memory"
}
}