{
  "name": "@atlashub/smartstack-mcp",
  "version": "1.22.0",
  "description": "MCP Server for SmartStack/AtlasHub - Conventions validation, migrations analysis, scaffolding",
  "type": "module",
  "main": "./dist/index.js",
  "bin": {
    "smartstack-mcp": "./dist/index.js"
  },
  "files": [
    "dist",
    "config",
    "templates",
    "README.md"
  ],
  "scripts": {
    "build": "tsup",
    "dev": "tsup --watch",
    "start": "node dist/index.js",
    "inspect": "npx @modelcontextprotocol/inspector node dist/index.js",
    "lint": "eslint src/",
    "typecheck": "tsc --noEmit",
    "prepublishOnly": "npm run build",
    "test": "vitest run",
    "test:watch": "vitest",
    "test:coverage": "vitest run --coverage",
    "test:ui": "vitest --ui"
  },
  "keywords": [
    "mcp",
    "smartstack",
    "atlashub",
    "claude",
    "efcore",
    "dotnet",
    "conventions"
  ],
  "author": "AtlasHub <info@atlashub.ch>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://dev.azure.com/AtlasHub/SmartStack/_git/SmartStack.mcp"
  },
  "homepage": "https://atlashub.ch",
  "bugs": {
    "url": "https://dev.azure.com/AtlasHub/SmartStack/_workitems"
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.0.0",
    "zod": "^3.25.0",
    "axios": "^1.7.0",
    "handlebars": "^4.7.8",
    "glob": "^11.0.0",
    "fs-extra": "^11.2.0"
  },
  "devDependencies": {
    "@modelcontextprotocol/inspector": "^0.3.0",
    "@types/fs-extra": "^11.0.4",
    "@types/node": "^22.0.0",
    "@vitest/coverage-v8": "^2.1.0",
    "@vitest/ui": "^2.1.0",
    "tsup": "^8.3.0",
    "typescript": "^5.6.0",
    "vitest": "^2.1.0"
  },
  "engines": {
    "node": ">=18.0.0"
  }
}
