Version 1.0.0 Inital Commit
This commit is contained in:
17
package.json
Normal file
17
package.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"name": "metar-rss",
|
||||
"version": "1.0.0",
|
||||
"description": "Monitors, generates and updates an RSS Feed File for Airport METARs",
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user