@pickstar-2002/video-fetch-mcp
Version:
基于 MCP 协议的多平台视频下载服务端
74 lines (73 loc) • 1.91 kB
JSON
{
"name": "@pickstar-2002/video-fetch-mcp",
"version": "1.0.3",
"description": "基于 MCP 协议的多平台视频下载服务端",
"type": "module",
"main": "dist/index.js",
"bin": {
"video-fetch-mcp": "./dist/index.js"
},
"scripts": {
"build": "tsc",
"start": "node dist/index.js",
"dev": "ts-node src/index.ts",
"clean": "rimraf dist",
"prepublishOnly": "npm run build",
"start:api": "node dist/index.js api",
"dev:api": "ts-node src/index.ts api"
},
"keywords": [
"mcp",
"video-downloader",
"yt-dlp",
"typescript",
"model-context-protocol",
"video-download",
"youtube-dl"
],
"author": "pickstar-2002",
"contributors": [
"pickstar-2002"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/pickstar-2002/video-fetch-mcp.git"
},
"homepage": "https://github.com/pickstar-2002/video-fetch-mcp#readme",
"bugs": {
"url": "https://github.com/pickstar-2002/video-fetch-mcp/issues"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^0.5.0",
"axios": "^1.6.2",
"cors": "^2.8.5",
"express": "^4.18.2",
"fs-extra": "^11.2.0",
"helmet": "^7.1.0",
"joi": "^17.11.0",
"node-fetch": "^3.3.2",
"path": "^0.12.7",
"uuid": "^9.0.1",
"winston": "^3.11.0"
},
"devDependencies": {
"@types/cors": "^2.8.17",
"@types/express": "^4.17.21",
"@types/fs-extra": "^11.0.4",
"@types/jest": "^29.5.8",
"@types/node": "^20.10.0",
"@types/uuid": "^9.0.7",
"@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/parser": "^6.13.1",
"eslint": "^8.54.0",
"jest": "^29.7.0",
"rimraf": "^5.0.5",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"typescript": "^5.3.2"
},
"engines": {
"node": ">=18.0.0"
}
}