{
  "name": "mcpgen",
  "version": "1.0.4",
  "description": "Zero-friction MCP Server Generator",
  "main": "bin/mcpgen.js",
  "type": "module",
  "bin": {
    "mcpgen": "bin/mcpgen.js"
  },
  "scripts": {
    "start": "node bin/mcpgen.js",
    "test": "node bin/mcpgen.js --direct --query=test"
  },
  "keywords": [
    "mcp",
    "claude",
    "ai",
    "generator",
    "server",
    "model-context-protocol"
  ],
  "author": "@plawlost (Yaz Celebi)",
  "license": "MIT",
  "dependencies": {
    "@modelcontextprotocol/sdk": "latest",
    "zod": "^3.21.4"
  },
  "devDependencies": {
    "@types/node": "^20.10.0",
    "typescript": "^5.2.2"
  },
  "engines": {
    "node": ">=18"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/plawlost/mcpgen.git"
  },
  "bugs": {
    "url": "https://github.com/plawlost/mcpgen/issues"
  },
  "homepage": "https://github.com/plawlost/mcpgen#readme",
  "files": [
    "bin/",
    "LICENSE",
    "README.md"
  ],
  "publishConfig": {
    "access": "public"
  }
}
