UNPKG

modular-mcp-memory

Version:

模块化MCP记忆系统 v4.5.1 - 基于Zettelkasten记忆片段盒笔记法的精简记忆系统,包含性能优化、智能占位符功能、内容提取拆分功能和修复的展开功能

78 lines (77 loc) 2.14 kB
{ "name": "modular-mcp-memory", "version": "4.5.1", "description": "模块化MCP记忆系统 v4.5.1 - 基于Zettelkasten记忆片段盒笔记法的精简记忆系统,包含性能优化、智能占位符功能、内容提取拆分功能和修复的展开功能", "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist/**/*", "README.md", "LICENSE" ], "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js" }, "./core": { "types": "./dist/core/ZettelkastenManager.d.ts", "import": "./dist/core/ZettelkastenManager.js" }, "./types": { "types": "./dist/types/index.d.ts", "import": "./dist/types/index.js" } }, "scripts": { "start": "tsx src/index.ts", "dev": "tsx --watch src/index.ts", "demo": "tsx demo.ts", "build": "npm run clean && tsc", "build:types": "tsc --declaration --emitDeclarationOnly --outDir dist", "test": "jest", "test:simple": "tsx test/simple-test.ts", "clean": "rimraf dist", "lint": "echo 'Linting with TypeScript...' && tsc --noEmit", "prepublishOnly": "npm run clean && npm run build" }, "keywords": [ "mcp", "memory", "zettelkasten", "notes", "knowledge-management", "card-system", "modular" ], "author": "Your Name", "license": "MIT", "dependencies": { "fs-extra": "^11.0.0" }, "devDependencies": { "@types/fs-extra": "^11.0.0", "@types/jest": "^29.5.14", "@types/node": "^20.0.0", "jest": "^29.0.0", "rimraf": "^5.0.0", "ts-jest": "^29.0.0", "tsx": "^4.7.0", "typescript": "^5.0.0" }, "peerDependencies": { "typescript": "^5.0.0" }, "engines": { "node": ">=18.0.0" }, "repository": { "type": "git", "url": "https://github.com/your-username/modular-mcp-memory.git" }, "bugs": { "url": "https://github.com/your-username/modular-mcp-memory/issues" }, "homepage": "https://github.com/your-username/modular-mcp-memory#readme" }