{
"name": "mcp-image-downloader",
"version": "0.1.0",
"type": "module",
"description": "MCP server for downloading and optimizing images",
"main": "build/index.js",
"scripts": {
"build": "tsc",
"start": "node build/index.js"
},
"author": "qpd-v",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/qpd-v/mcp-image-downloader.git"
},
"keywords": [
"mcp",
"image",
"downloader",
"optimizer",
"sharp"
],
"dependencies": {
"@modelcontextprotocol/sdk": "^1.0.4",
"axios": "^1.6.2",
"sharp": "^0.33.1",
"fs-extra": "^11.2.0"
},
"devDependencies": {
"typescript": "^5.3.3",
"@types/node": "^20.10.5",
"@types/fs-extra": "^11.0.4"
}
}