{
  "name": "pixellab-forge-mcp",
  "version": "1.7.0",
  "description": "MCP server for the PixelLab pixel art generation API",
  "main": "dist/index.js",
  "type": "module",
  "bin": {
    "pixellab-forge-mcp": "dist/index.js"
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsc",
    "start": "node dist/index.js",
    "test": "vitest run",
    "test:watch": "vitest",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "mcp",
    "pixellab",
    "pixel-art",
    "ai",
    "game-dev",
    "sprites",
    "tilesets",
    "animation",
    "model-context-protocol"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rabbitcannon/pixellab-forge-mcp.git"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "license": "MIT",
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.29.0",
    "zod": "^4.4.3"
  },
  "devDependencies": {
    "@types/node": "^26.1.0",
    "typescript": "^6.0.3",
    "vitest": "^4.1.9"
  }
}
