18 lines
413 B
JSON
18 lines
413 B
JSON
{
|
|
"name": "metar-rss",
|
|
"version": "1.1.0",
|
|
"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"
|
|
}
|
|
}
|