{ "name": "rss-feed-attachment-downloader", "version": "1.0.0", "description": "A Python application to download attachments from an RSS feed.", "main": "index.py", "scripts": { "start": "python3 index.py" }, "dependencies": { "feedparser": "^6.0.2", "requests": "^2.25.1" } }