package.json•1.39 kB
{
"name": "@pickstar-2002/video-clip-mcp",
"version": "1.2.0",
"description": "🎬 基于AI MCP协议的专业视频剪辑工具,支持精准剪辑、智能合并、灵活分割等功能",
"main": "dist/index.js",
"type": "module",
"bin": {
"video-clip-mcp": "dist/index.js"
},
"scripts": {
"build": "tsc",
"dev": "tsc --watch",
"start": "node dist/index.js",
"prepublishOnly": "npm run build",
"clean": "rm -rf dist"
},
"keywords": [
"mcp",
"video",
"editing",
"ai",
"typescript",
"ffmpeg",
"video-processing",
"clip",
"merge",
"split"
],
"author": "pickstar-2002",
"license": "MIT",
"dependencies": {
"@ffmpeg-installer/ffmpeg": "^1.1.0",
"@modelcontextprotocol/sdk": "^0.5.0",
"fluent-ffmpeg": "^2.1.3",
"fs-extra": "^11.2.0",
"uuid": "^9.0.1"
},
"devDependencies": {
"@types/fluent-ffmpeg": "^2.1.27",
"@types/fs-extra": "^11.0.4",
"@types/node": "^20.11.0",
"@types/uuid": "^9.0.7",
"jest": "^29.7.0",
"typescript": "^5.3.3"
},
"engines": {
"node": ">=18.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pickstar-2002/video-clip-mcp.git"
},
"bugs": {
"url": "https://github.com/pickstar-2002/video-clip-mcp/issues"
},
"homepage": "https://github.com/pickstar-2002/video-clip-mcp#readme"
}