Files
RotRouter/package.json
2026-02-12 20:19:46 +01:00

17 lines
376 B
JSON

{
"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"
}
}