{
  "name": "glitch-mcp",
  "version": "0.3.1",
  "description": "Public MCP adapter for Glitch game development prompts, design tools, analytics, hosting, and the hosted Glitch Agent service.",
  "type": "module",
  "publishConfig": {
    "access": "public"
  },
  "bin": {
    "glitch-mcp": "dist/cli.js"
  },
  "files": [
    "codex",
    "dist",
    "docs",
    "examples",
    "prompts",
    "README.md",
    "SECURITY.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "tsc -p tsconfig.json",
    "clean": "rm -rf dist coverage",
    "lint": "tsc -p tsconfig.json --noEmit && tsc -p tsconfig.test.json --noEmit",
    "prepack": "npm run build",
    "test": "vitest run",
    "test:watch": "vitest"
  },
  "keywords": [
    "glitch",
    "mcp",
    "model-context-protocol",
    "codex",
    "cursor",
    "claude-code",
    "game-marketing",
    "game-development",
    "ai-prompts"
  ],
  "license": "MIT",
  "engines": {
    "node": ">=20.0.0"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.29.0",
    "express": "^5.0.0",
    "zod": "^4.4.3"
  },
  "devDependencies": {
    "@types/express": "^5.0.0",
    "@types/node": "^24.10.1",
    "msw": "^2.14.6",
    "typescript": "^5.9.3",
    "vitest": "^4.1.8"
  }
}
