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.
15 lines
345 B
15 lines
345 B
{
|
|
"name": "openhamclock-wsjtx-relay",
|
|
"version": "1.0.0",
|
|
"description": "Relay WSJT-X UDP decodes to a remote OpenHamClock server",
|
|
"main": "relay.js",
|
|
"scripts": {
|
|
"start": "node relay.js"
|
|
},
|
|
"keywords": ["wsjt-x", "ham-radio", "ft8", "relay", "openhamclock"],
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=14.0.0"
|
|
}
|
|
}
|