{
  "name": "superlocalmemory",
  "version": "3.6.23",
  "description": "Information-geometric agent memory with mathematical guarantees. 4-channel retrieval, Fisher-Rao similarity, zero-LLM mode, EU AI Act compliant. Works with Claude, Cursor, Windsurf, and 17+ AI tools.",
  "keywords": [
    "ai-memory",
    "claude-ai",
    "cursor-ide",
    "local-first",
    "mcp-server",
    "ai-assistant",
    "memory-system",
    "knowledge-graph",
    "privacy-first",
    "windsurf",
    "continue-dev",
    "cody",
    "claude-desktop",
    "ai-tools",
    "memory-extension",
    "local-ai",
    "chatgpt",
    "chatgpt-connector",
    "openai",
    "deep-research",
    "qualixar",
    "agent-development-platform"
  ],
  "author": {
    "name": "Varun Pratap Bhardwaj",
    "email": "admin@superlocalmemory.com",
    "url": "https://varunpratap.com"
  },
  "license": "AGPL-3.0-or-later",
  "repository": {
    "type": "git",
    "url": "https://github.com/qualixar/superlocalmemory.git"
  },
  "homepage": "https://superlocalmemory.com",
  "mcpName": "io.github.qualixar/superlocalmemory",
  "bugs": {
    "url": "https://github.com/qualixar/superlocalmemory/issues"
  },
  "bin": {
    "slm": "./bin/slm-npm",
    "superlocalmemory": "./bin/slm-npm"
  },
  "scripts": {
    "build:plugin": "node scripts/build-plugin.js",
    "check:plugin": "node scripts/build-plugin.js --check",
    "prepack": "node scripts/build-plugin.js && node scripts/prepack.js",
    "postinstall": "node scripts/postinstall.js",
    "preuninstall": "node scripts/preuninstall.js",
    "test": "node --test 'tests/ui/*.mjs'"
  },
  "engines": {
    "node": ">=18.0.0",
    "npm": ">=9.0.0"
  },
  "os": [
    "darwin",
    "linux",
    "win32"
  ],
  "files": [
    "bin/",
    "src/",
    "ide/",
    "scripts/",
    ".claude-plugin/",
    "plugin/",
    "plugin-src/",
    "docs/pi-dev-integration.md",
    "pyproject.toml",
    "README.md",
    "LICENSE",
    "NOTICE",
    "ATTRIBUTION.md",
    "CHANGELOG.md"
  ],
  "preferGlobal": true,
  "funding": {
    "type": "github",
    "url": "https://github.com/sponsors/varun369"
  },
  "maintainers": [
    {
      "name": "Varun Pratap Bhardwaj",
      "email": "admin@superlocalmemory.com",
      "url": "https://github.com/varun369"
    }
  ],
  "dependencies": {
    "docx": "^9.5.1"
  },
  "devDependencies": {
    "jsdom": "^29.1.1"
  }
}
