{
  "name": "image-converter-mcp",
  "version": "1.2.2",
  "description": "image-converter MCP server",
  "type": "module",
  "main": "dist/index.js",
  "bin": {
    "image-converter-mcp": "dist/index.js"
  },
  "files": [
    "dist",
    "README.md"
  ],
  "scripts": {
    "build": "tsc",
    "watch": "tsc --watch",
    "start": "node dist/index.js",
    "prepublishOnly": "npm run build",
    "inspect": "npx @modelcontextprotocol/inspector node dist/index.js"
  },
  "dependencies": {
    "express": "^5.1.0",
    "multer": "^2.0.0",
    "sharp": "^0.34.2",
    "zod": "^3.25.28"
  },
  "devDependencies": {
    "@types/express": "^5.0.2",
    "@types/multer": "^1.4.12",
    "@types/node": "^20.17.50",
    "@types/sharp": "^0.31.1",
    "typescript": "^5.3.3"
  },
  "license": "MIT",
  "author": "rooge-jung",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rooge-jung/image-converter-mcp.git"
  },
  "keywords": [
    "mcp",
    "image",
    "converter",
    "webp",
    "png"
  ]
}
