20 lines
475 B
JSON
20 lines
475 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.js",
|
|
"scripts": {
|
|
"start": "node src/index.js",
|
|
"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"
|
|
}
|
|
}
|