ts3_remote_ham/package.json
2024-09-12 02:00:26 +02:00

20 lines
505 B
JSON

{
"name": "ts3-remote",
"version": "1.0.0",
"description": "TS3 remote client for MicroKeyer PTT.",
"main": "daemon.js",
"scripts": {
"start": "node daemon.js",
"compile": "gcc -o ptt_daemon ptt_daemon.c",
"postinstall": "cp -n config.sample.js config.js"
},
"type": "module",
"author": "ericek111",
"license": "GPL",
"dependencies": {
"@foxglove/xmlrpc": "^1.3.0",
"ioctl": "^2.0.2",
"serialport": "^10.3.0"
}
}