ts3_remote_ham/package.json

20 lines
505 B
JSON
Raw Normal View History

2022-03-02 10:54:02 +01:00
{
"name": "ts3-remote",
"version": "1.0.0",
"description": "TS3 remote client for MicroKeyer PTT.",
"main": "daemon.js",
"scripts": {
2024-09-12 02:00:26 +02:00
"start": "node daemon.js",
"compile": "gcc -o ptt_daemon ptt_daemon.c",
"postinstall": "cp -n config.sample.js config.js"
2022-03-02 10:54:02 +01:00
},
"type": "module",
"author": "ericek111",
"license": "GPL",
"dependencies": {
2023-03-01 19:28:02 +01:00
"@foxglove/xmlrpc": "^1.3.0",
2022-03-02 10:54:02 +01:00
"ioctl": "^2.0.2",
"serialport": "^10.3.0"
}
}