Files
metar-rss/package.json
2026-04-15 18:43:21 -05:00

18 lines
413 B
JSON

{
"name": "metar-rss",
"version": "1.1.1",
"description": "Monitors, generates and updates an RSS Feed File for Airport METARs and TAFs",
"repository": {
"type": "git",
"url": "https://git.entropic.pro/Aiden/metar-rss"
},
"license": "AGPL-3.0-only",
"author": "Aiden Gerbrandt",
"type": "module",
"main": "index.js",
"dependencies": {
"axios": "^1.15.0",
"rss": "^1.2.2"
}
}