{
  "name": "@adverant/nexus-memory-skill",
  "version": "2.4.0",
  "description": "Claude Code skill for persistent memory via Nexus GraphRAG - store and recall memories across all sessions and projects",
  "main": "SKILL.md",
  "type": "module",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/adverant/nexus-memory-skill.git"
  },
  "keywords": [
    "claude-code",
    "skill",
    "memory",
    "graphrag",
    "nexus",
    "ai",
    "persistent-memory",
    "knowledge-graph",
    "adverant"
  ],
  "author": "Adverant <support@adverant.ai>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/adverant/nexus-memory-skill/issues"
  },
  "homepage": "https://github.com/adverant/nexus-memory-skill#readme",
  "files": [
    "SKILL.md",
    "README.md",
    "LICENSE",
    "hooks/",
    "docs/",
    "install.sh"
  ],
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  }
}
