20 lines
505 B
JSON
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"
|
|
}
|
|
}
|