{
  "name": "apsolut-cortex",
  "version": "0.12.11",
  "description": "Persistent memory for Claude Code projects — stores corrections, decisions, and patterns across sessions",
  "type": "module",
  "bin": {
    "apsolut-cortex": "./dist/cli.js"
  },
  "scripts": {
    "build": "bun run build.ts",
    "typecheck": "tsc --noEmit",
    "prepublishOnly": "bun run typecheck && bun run build",
    "dev": "bun run src/cli.ts",
    "dev:mcp": "bun run src/mcp/server.ts",
    "test": "bun test"
  },
  "files": [
    "dist/",
    "scripts/",
    "skills/",
    "hooks/",
    "templates/",
    "bin/",
    ".claude-plugin/",
    "README.md",
    "CHANGELOG.md"
  ],
  "keywords": [
    "claude",
    "claude-code",
    "memory",
    "mcp",
    "ai-agent",
    "anthropic",
    "cortex"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/apsolut/apsolut-cortex.git"
  },
  "homepage": "https://github.com/apsolut/apsolut-cortex",
  "bugs": "https://github.com/apsolut/apsolut-cortex/issues",
  "license": "MIT",
  "engines": {
    "node": ">=20.0.0"
  },
  "dependencies": {
    "@anthropic-ai/sdk": "^0.91.1",
    "@huggingface/transformers": "3.8.1",
    "@libsql/client": "^0.17.2",
    "@modelcontextprotocol/sdk": "^1.29.0",
    "@napi-rs/keyring": "^1.3.0",
    "gpt-tokenizer": "^3.4.0"
  },
  "devDependencies": {
    "@types/bun": "latest",
    "typescript": "^5.0.0"
  },
  "overrides": {
    "hono": "^4.12.14"
  }
}
