{
  "name": "@charta/mcp",
  "version": "1.0.2",
  "mcpName": "io.github.mortenator/charta",
  "description": "MCP server for generating beautiful, presentation-ready charts (SVG + PNG)",
  "main": "dist/index.js",
  "bin": {
    "charta-mcp": "dist/index.js"
  },
  "scripts": {
    "build": "tsc",
    "dev": "ts-node src/index.ts",
    "start": "node dist/index.js",
    "prepublishOnly": "npm run build"
  },
  "keywords": ["mcp", "charts", "svg", "visualization", "ai"],
  "author": "Charta",
  "license": "MIT",
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.0.0",
    "sharp": "^0.33.0",
    "zod": "^3.22.0"
  },
  "devDependencies": {
    "@types/node": "^20.0.0",
    "typescript": "^5.3.0"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/mortenator/charta-mcp"
  },
  "homepage": "https://getcharta.ai"
}
