{
  "name": "@danielblomma/cortex-enterprise",
  "version": "0.11.2",
  "description": "Enterprise plugin for Cortex MCP — adds telemetry, policy sync, audit and enterprise tools.",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    }
  },
  "bin": {
    "cortex": "bin/cortex.mjs"
  },
  "files": [
    "dist",
    "models",
    "bin",
    "commands",
    ".claude-plugin"
  ],
  "scripts": {
    "build": "tsc -p tsconfig.json",
    "dev": "tsc -p tsconfig.json --watch",
    "test": "node --test tests/*.test.mjs"
  },
  "dependencies": {
    "@danielblomma/cortex-core": "^0.9.0",
    "@danielblomma/cortex-mcp": ">=1.0.0",
    "zod": "^3.25.76"
  },
  "peerDependencies": {
    "@modelcontextprotocol/sdk": "^1.27.1"
  },
  "devDependencies": {
    "@modelcontextprotocol/sdk": "^1.27.1",
    "@types/node": "^22.10.1",
    "typescript": "^5.7.2"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/DanielBlomma/cortex-enterprise.git",
    "directory": "packages/local"
  },
  "author": "Daniel Blomma",
  "license": "UNLICENSED",
  "engines": {
    "node": ">=18"
  }
}
