musiccast-repairkit/package.json
nicobo 0945b69410
+ ability to load external scripts
+ using yamaha-yxc-nodejs for easier addition of new scripts
+ can now sync the volume of several devices
2021-03-26 21:31:32 +01:00

16 lines
304 B
JSON

{
"name": "musiccast-repairkit",
"version": "0.0.0",
"main": "index.js",
"author": "nicobo (https://www.nicolabs.net/people/nicobo)",
"license": "MIT",
"private": true,
"engines": {
"node": ">=10"
},
"dependencies": {
"yamaha-yxc-nodejs": "0.0.13",
"yargs": "^16.2.0"
}
}