{ "name": "rss-feed-downloader", "version": "1.0.0", "description": "A script to download attachments from an RSS feed.", "main": "index.py", "scripts": { "start": "python index.py" }, "devDependencies": { "feedparser": "^2.2.10", "requests": "^0.3.0" } }