{
  "name": "aigentry-brain",
  "version": "0.2.14",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "bin": {
    "aigentry-brain-mcp": "dist/mcp/cli.js",
    "aigentry-brain": "dist/cli/braincli.js",
    "aigentry-brain-setup": "dist/cli/setup.js"
  },
  "engines": {
    "node": ">=20"
  },
  "scripts": {
    "build": "tsc",
    "test": "vitest run",
    "test:watch": "vitest"
  },
  "keywords": [
    "ai",
    "memory",
    "sync",
    "git"
  ],
  "author": "dmsdc-ai",
  "license": "MIT",
  "description": "LLM-Native Intelligence Layer — multi-device memory profile sync",
  "files": [
    "dist/"
  ],
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.26.0",
    "chokidar": "^5.0.0",
    "js-yaml": "^4.1.1",
    "simple-git": "^3.32.1",
    "zod": "^4.3.6"
  },
  "devDependencies": {
    "@types/js-yaml": "^4.0.9",
    "@types/node": "^25.3.0",
    "typescript": "^5.9.3",
    "vitest": "^4.0.18"
  }
}
