initial commit

This commit is contained in:
2026-02-12 20:19:46 +01:00
commit a4c27387db
7 changed files with 215 additions and 0 deletions

16
package.json Normal file
View File

@@ -0,0 +1,16 @@
{
"name": "rotrouter",
"version": "1.0.0",
"description": "Route rotator requests to the proper rotator controller",
"license": "ISC",
"author": "ericek111",
"type": "module",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"fast-xml-parser": "^5.3.5"
}
}