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