{
  "name": "cursor-memory",
  "version": "1.0.4",
  "description": "Persistent, searchable memory for Cursor AI — You control what your AI remembers.",
  "type": "module",
  "main": "dist/index.js",
  "bin": {
    "cursor-memory": "dist/cli.js"
  },
  "scripts": {
    "build": "tsc",
    "dev": "tsc --watch",
    "start": "node dist/index.js",
    "preinstall": "node scripts/preinstall.cjs",
    "postinstall": "node scripts/postinstall.cjs"
  },
  "keywords": [
    "cursor",
    "cursor-ide",
    "mcp",
    "mcp-server",
    "model-context-protocol",
    "ai-memory",
    "persistent-memory",
    "semantic-search",
    "cursor-memory",
    "cursor-ai-memory",
    "cursor-ide-memory",
    "cursor-persistent-memory",
    "cursor-semantic-search",
    "cursor-searchable-memory",
    "embeddings"
  ],
  "files": [
    "dist/",
    "scripts/preinstall.cjs",
    "scripts/postinstall.cjs",
    "README.md",
    "LICENSE"
  ],
  "author": {
    "name": "Tran Huu Canh (0xTh3OKrypt)",
    "email": "tranhuucanh39@gmail.com"
  },
  "license": "MIT",
  "engines": {
    "node": ">=20"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/tranhuucanh/cursor-memory.git"
  },
  "bugs": {
    "url": "https://github.com/tranhuucanh/cursor-memory/issues"
  },
  "homepage": "https://github.com/tranhuucanh/cursor-memory#readme",
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.29.0",
    "better-sqlite3": "^12.9.0",
    "commander": "^14.0.3",
    "sqlite-vec": "^0.1.9"
  },
  "optionalDependencies": {
    "@huggingface/transformers": "^3.8.1"
  },
  "devDependencies": {
    "@types/better-sqlite3": "^7.6.13",
    "@types/node": "^22.19.15",
    "typescript": "^5.9.3"
  }
}
