{
  "name": "memory-engineering",
  "version": "2.4.1",
  "description": "AI Memory MCP Server - Persistent memory and codebase understanding for AI coding assistants",
  "main": "dist/index.js",
  "bin": {
    "memory-engineering": "./dist/index.js"
  },
  "scripts": {
    "build": "tsc && chmod +x dist/index.js",
    "dev": "tsx watch src/index.ts",
    "start": "node dist/index.js",
    "prepublishOnly": "npm run build",
    "postinstall": "chmod +x dist/index.js 2>/dev/null || true",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": ["mcp", "ai", "memory", "mongodb", "embeddings", "claude", "cursor", "context", "voyage"],
  "author": "romiluz13",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/romiluz13/memory-engineering.git"
  },
  "homepage": "https://github.com/romiluz13/memory-engineering#readme",
  "engines": {
    "node": ">=18.0.0"
  },
  "files": [
    "dist/",
    "README.md",
    "LICENSE",
    ".env.example",
    "ARCHITECTURE.md",
    "IMPORTANT.md"
  ],
  "publishConfig": {
    "access": "public"
  },
  "type": "commonjs",
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.17.1",
    "@types/crypto-js": "^4.2.2",
    "@types/node": "^24.2.0",
    "chokidar": "^4.0.3",
    "crypto-js": "^4.2.0",
    "dotenv": "^17.2.1",
    "glob": "^11.0.3",
    "mongodb": "^6.18.0",
    "tsx": "^4.20.3",
    "typescript": "^5.9.2",
    "voyageai": "^0.0.5",
    "zod": "^3.25.76"
  }
}
