package.json•1.41 kB
{
"name": "@pickstar-2002/video-convert-mcp",
"version": "1.2.1",
"description": "基于MCP协议的视频格式转换工具",
"main": "dist/index.js",
"type": "module",
"scripts": {
"build": "tsc",
"start": "node dist/index.js",
"dev": "tsx src/index.ts",
"test": "jest",
"prepublishOnly": "npm run build"
},
"keywords": [
"mcp",
"video",
"conversion",
"ffmpeg",
"video-processing",
"format-conversion"
],
"author": "pickstar-2002",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/pickstar-2002/video-convert-mcp.git"
},
"homepage": "https://github.com/pickstar-2002/video-convert-mcp#readme",
"bugs": {
"url": "https://github.com/pickstar-2002/video-convert-mcp/issues"
},
"dependencies": {
"@ffmpeg-installer/ffmpeg": "^1.1.0",
"@modelcontextprotocol/sdk": "^0.4.0",
"fluent-ffmpeg": "^2.1.3",
"fs-extra": "^11.3.0",
"mime-types": "^2.1.35"
},
"devDependencies": {
"@types/fluent-ffmpeg": "^2.1.27",
"@types/fs-extra": "^11.0.4",
"@types/jest": "^29.5.8",
"@types/mime-types": "^2.1.4",
"@types/node": "^20.19.9",
"jest": "^29.7.0",
"tsx": "^4.20.3",
"typescript": "^5.9.2"
},
"bin": "./dist/index.js",
"preferGlobal": true,
"engines": {
"node": ">=16.0.0"
},
"files": [
"dist",
"README.md",
"LICENSE"
]
}