2025-04-01 19:55:33 +00:00
|
|
|
{
|
2025-04-01 20:02:54 +00:00
|
|
|
"name": "rss-feed-attachment-downloader",
|
2025-04-01 19:55:33 +00:00
|
|
|
"version": "1.0.0",
|
2025-04-01 20:02:54 +00:00
|
|
|
"description": "A Python application to download attachments from an RSS feed.",
|
2025-04-01 19:55:33 +00:00
|
|
|
"main": "index.py",
|
|
|
|
|
"scripts": {
|
2025-04-01 20:02:54 +00:00
|
|
|
"start": "python3 index.py"
|
2025-04-01 19:55:33 +00:00
|
|
|
},
|
2025-04-01 20:02:54 +00:00
|
|
|
"dependencies": {
|
|
|
|
|
"feedparser": "^6.0.2",
|
|
|
|
|
"requests": "^2.25.1"
|
2025-04-01 19:55:33 +00:00
|
|
|
}
|
2025-04-01 20:02:54 +00:00
|
|
|
}
|