ts3_remote_ham/package.json

18 lines
393 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": {
"start": "node daemon.js"
},
"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"
}
}