{
  "name": "@aegisx/mcp",
  "version": "1.7.1",
  "description": "MCP server for AegisX platform - UI components, CRUD generator, and development assistance",
  "keywords": [
    "mcp",
    "model-context-protocol",
    "aegisx",
    "angular",
    "crud",
    "ui-components",
    "developer-tools",
    "claude",
    "anthropic"
  ],
  "author": "AegisX Team",
  "license": "MIT",
  "type": "module",
  "main": "dist/index.js",
  "bin": {
    "aegisx-mcp": "bin/cli.js"
  },
  "files": [
    "dist",
    "bin",
    "README.md"
  ],
  "scripts": {
    "sync": "tsx scripts/sync/sync.ts",
    "sync:dry-run": "tsx scripts/sync/sync.ts --dry-run",
    "sync:verbose": "tsx scripts/sync/sync.ts --verbose",
    "prebuild": "npm run sync",
    "build": "tsc",
    "dev": "tsc --watch",
    "start": "node dist/index.js",
    "test": "vitest",
    "prepublishOnly": "npm run build"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.0.0",
    "zod": "^3.23.8"
  },
  "devDependencies": {
    "@types/node": "^20.14.0",
    "tsx": "^4.21.0",
    "typescript": "^5.4.5",
    "vitest": "^1.6.0"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/aegisx-platform/aegisx-mcp.git"
  },
  "bugs": {
    "url": "https://github.com/aegisx-platform/aegisx-mcp/issues"
  },
  "homepage": "https://github.com/aegisx-platform/aegisx-mcp#readme",
  "publishConfig": {
    "access": "public"
  }
}
