{ "name": "mcp-sanity-images", "version": "0.4.0", "description": "MCP server for uploading local images to Sanity CMS", "type": "module", "main": "dist/index.js", "bin": { "mcp-sanity-images": "dist/index.js" }, "files": [ "dist", "logo.svg", "README.md", "LICENSE" ], "scripts": { "dev": "bun src/index.ts", "test": "bun test", "typecheck": "tsc --noEmit", "format": "biome format --write .", "lint": "biome check .", "check": "biome check --write .", "build": "bun build src/index.ts --compile --outfile=mcp-sanity-images", "build:npm": "bun build src/index.ts --bundle --target node --outfile dist/index.js && node -e \"const f='dist/index.js';require('fs').writeFileSync(f,require('fs').readFileSync(f,'utf8').replace('#!/usr/bin/env bun','#!/usr/bin/env node'))\"", "prepublishOnly": "bun run build:npm" }, "keywords": [ "mcp", "sanity", "image", "upload", "cms", "model-context-protocol", "bun" ], "author": "pijusz", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/pijusz/mcp-sanity-images.git" }, "homepage": "https://github.com/pijusz/mcp-sanity-images#readme", "dependencies": { "@modelcontextprotocol/sdk": "^1.29.0", "zod": "^4.3.6" }, "devDependencies": { "@biomejs/biome": "^2.4.12", "@types/bun": "^1.3.12", "typescript": "^6.0.3" }, "mcpName": "io.github.pijusz/mcp-sanity-images" }