package.json•630 B
{
"name": "gif-creator-mcp",
"version": "1.0.0",
"description": "MCP server for converting video files to GIFs",
"main": "dist/index.js",
"type": "module",
"scripts": {
"build": "tsc",
"dev": "tsc --watch",
"start": "node dist/index.js"
},
"keywords": ["mcp", "gif", "video", "conversion", "ffmpeg"],
"author": "",
"license": "MIT",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.0.4",
"fluent-ffmpeg": "^2.1.3",
"@ffmpeg-installer/ffmpeg": "^1.1.0"
},
"devDependencies": {
"@types/node": "^22.10.2",
"@types/fluent-ffmpeg": "^2.1.27",
"typescript": "^5.7.2"
}
}