You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
552 B

{
"name": "dxspider-proxy",
"version": "1.0.0",
"description": "DX Spider Telnet to HTTP Proxy - Maintains persistent telnet connection and serves spots via REST API",
"main": "server.js",
"scripts": {
"start": "node server.js",
"dev": "node server.js"
},
"keywords": [
"ham-radio",
"dx-cluster",
"dxspider",
"amateur-radio",
"telnet-proxy"
],
"author": "OpenHamClock",
"license": "MIT",
"dependencies": {
"cors": "^2.8.5",
"express": "^4.18.2"
},
"engines": {
"node": ">=18.0.0"
}
}

Powered by TurnKey Linux.