{
    "name": "@memorystack/claude-code",
    "version": "0.2.0",
    "description": "Persistent cognitive memory for Claude Code — powered by MemoryStack",
    "type": "commonjs",
    "files": [
        "plugin/"
    ],
    "scripts": {
        "build": "node scripts/build.js",
        "clean": "rm -rf plugin/scripts/*.cjs",
        "prepublishOnly": "npm run build",
        "lint": "biome check .",
        "lint:fix": "biome check --write .",
        "format": "biome format --write ."
    },
    "keywords": [
        "claude-code",
        "claude",
        "plugin",
        "memory",
        "memorystack",
        "ai-memory",
        "persistent-memory",
        "ai-agent",
        "llm"
    ],
    "author": "MemoryStack Labs",
    "license": "MIT",
    "homepage": "https://memorystack.app",
    "repository": {
        "type": "git",
        "url": "git+https://github.com/memorystack-labs/memorystack-claude-code.git"
    },
    "bugs": {
        "url": "https://github.com/memorystack-labs/memorystack-claude-code/issues"
    },
    "engines": {
        "node": ">=18.0.0"
    },
    "devDependencies": {
        "@biomejs/biome": "^2.3.13",
        "esbuild": "^0.25.0"
    },
    "dependencies": {
        "@memorystack/sdk": "^1.0.3"
    }
}