{
  "name": "genius-cortex",
  "version": "3.2.2",
  "description": "Genius Cortex — multi-repo orchestration platform for Genius Team projects",
  "repository": {
    "type": "git",
    "url": "https://github.com/w-3-art/genius-cortex.git"
  },
  "homepage": "https://genius.w3art.io/cortex.html",
  "bugs": {
    "url": "https://github.com/w-3-art/genius-cortex/issues"
  },
  "main": "dist/index.js",
  "bin": {
    "cortex": "bin/cortex.js"
  },
  "files": [
    "bin/",
    "dist/",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "tsc",
    "prepare": "npm run build",
    "test": "tsx test/vault-migration.test.ts && tsx test/vault-no-leak.test.ts && tsx test/vault-crash-safety.test.ts && tsx test/skills-store.test.ts && tsx test/loops.test.ts && tsx test/loops-archive.test.ts && tsx test/uninstall.test.ts && tsx test/loop-signals.test.ts && tsx test/loop-signals-multiconsumer.test.ts && tsx test/inbox.test.ts && tsx test/skill-lint.test.ts && tsx test/skill-supply-chain.test.ts && tsx test/memory-tiers.test.ts && tsx test/memory-fresh-dir.test.ts && tsx test/memory-concurrency.test.ts && tsx test/memory-mcp-jsonrpc.test.ts && tsx test/security-gitignore-host.test.ts"
  },
  "engines": {
    "node": ">=20.11 <25"
  },
  "keywords": [
    "genius-team",
    "claude-code",
    "multi-repo",
    "orchestration",
    "mcp",
    "developer-tools"
  ],
  "author": "w3art",
  "license": "MIT",
  "type": "commonjs",
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.29.0",
    "chalk": "^4.1.2",
    "commander": "^14.0.3"
  },
  "devDependencies": {
    "@types/node": "^25.5.0",
    "tsx": "^4.21.0",
    "typescript": "^6.0.2"
  }
}
