Files
RotRouter/package.json

26 lines
614 B
JSON

{
"name": "rotrouter",
"version": "1.0.0",
"description": "Route rotator requests to the proper rotator controller",
"license": "ISC",
"author": "ericek111",
"type": "module",
"main": "src/index.ts",
"scripts": {
"start": "tsx src/index.ts",
"typecheck": "tsc --noEmit",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@hono/node-server": "^1.19.11",
"@hono/node-ws": "^1.3.0",
"fast-xml-parser": "^5.3.5",
"hono": "^4.12.8"
},
"devDependencies": {
"@types/node": "^25.5.0",
"tsx": "^4.21.0",
"typescript": "^5.9.3"
}
}