{
"name": "image-tools-mcp",
"version": "0.0.3",
"description": "A Model Context Protocol (MCP) service for retrieving image dimensions, supporting both URL and local file sources.",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"bin": {
"image-tools-mcp": "./dist/index.js"
},
"files": [
"dist",
"README.md",
"readme_zh.md",
"LICENSE"
],
"scripts": {
"build": "tsc",
"dev": "tsc --watch",
"prepublishOnly": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node dist/index.js"
},
"keywords": [
"mcp",
"image size",
"ai",
"model-context-protocol",
"image",
"dimension",
"probe"
],
"author": {
"name": "kshern",
"email": "kshern@live.com"
},
"contributors": [
{
"name": "kshern",
"email": "kshern@live.com"
}
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/kshern/image-tools-mcp"
},
"bugs": {
"url": "https://github.com/kshern/image-tools-mcp/issues"
},
"homepage": "https://github.com/kshern/image-tools-mcp#readme",
"engines": {
"node": ">=18.0.0"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.5.0",
"@types/node": "^22.13.4",
"probe-image-size": "^7.2.3",
"tinify": "^1.8.0",
"typescript": "^5.7.3",
"zod": "^3.24.2"
},
"devDependencies": {
"@types/probe-image-size": "^7.2.5"
}
}