tinypng-mcp-server

by aiyogg
Verified
{ "name": "tinypng-mcp-server", "version": "0.0.1", "description": "MCP server for TinyPNG", "author": { "name": "Chuck", "email": "403chuck@gmail.com" }, "homepage": "https://github.com/aiyogg/tinypng-mcp-server#readme", "repository": { "type": "git", "url": "https://github.com/aiyogg/tinypng-mcp-server" }, "type": "module", "main": "dist/index.js", "module": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist", "README.md" ], "access": "public", "bin": { "tinypng-mcp-server": "./dist/index.js" }, "scripts": { "build": "tsup src/index.ts --dts --format esm", "postbuild": "shx chmod +x dist/*.js", "check": "tsc --noEmit", "build:watch": "pnpm build --watch", "test": "vitest run", "format": "prettier --write .", "start": "node dist/index.js" }, "keywords": [ "mcp", "tinypng", "image", "compression", "optimization" ], "license": "Apache-2.0", "packageManager": "pnpm@10.6.5", "dependencies": { "@modelcontextprotocol/sdk": "^1.7.0", "tinify": "^1.8.0", "zod": "^3.24.2" }, "devDependencies": { "@types/node": "^22.13.10", "prettier": "^3.5.3", "shx": "^0.4.0", "tsup": "^8.4.0", "typescript": "^5.8.2" } }