@memobase/memobase
Version:
Client SDK for Memobase
53 lines (52 loc) • 1.28 kB
JSON
{
"name": "@memobase/memobase",
"version": "0.0.18",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "rm -rf ./dist && tsc",
"test": "jest",
"prepare": "chmod -R +x ./scripts/ && npm run build",
"lint": "./scripts/lint",
"fix": "./scripts/format"
},
"keywords": [
"retrieval",
"memory",
"rag",
"chatgpt",
"llm-application",
"user-memory"
],
"author": "Memobase <contact@memobase.io>",
"license": "Apache-2.0",
"description": "Client SDK for Memobase",
"devDependencies": {
"@types/jest": "^29.5.14",
"@types/node": "^24.0.1",
"@typescript-eslint/eslint-plugin": "^8.34.0",
"@typescript-eslint/parser": "^8.34.0",
"eslint": "^9.28.0",
"eslint-plugin-prettier": "^5.4.1",
"eslint-plugin-unused-imports": "^4.1.4",
"jest": "^30.0.0",
"prettier": "^3.5.3",
"ts-jest": "^29.4.0",
"ts-node": "^10.9.2",
"typescript": "^5.8.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/memodb-io/memobase.git"
},
"bugs": {
"url": "https://github.com/memodb-io/memobase/issues"
},
"homepage": "https://github.com/memodb-io/memobase#readme",
"dependencies": {
"zod": "^3.25.64"
}
}