package.json•634 B
{
"name": "rss-mcp",
"version": "1.0.1",
"type": "module",
"main": "dist/index.js",
"bin": {
"rss-mcp": "dist/index.js"
},
"scripts": {
"build": "tsc",
"start": "node dist/index.js"
},
"keywords": [],
"author": "",
"license": "Apache-2.0",
"description": "",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.13.2",
"axios": "^1.10.0",
"cheerio": "^1.1.0",
"date-fns": "^3.6.0",
"date-fns-tz": "^3.1.3",
"dotenv": "^16.4.5",
"rss-parser": "^3.13.0"
},
"devDependencies": {
"@types/node": "^20.14.9",
"ts-node": "^10.9.2",
"typescript": "^5.8.3"
}
}