mirror of
https://github.com/nicolabs/musiccast-repairkit.git
synced 2025-09-07 16:10:34 +02:00
17 lines
329 B
JSON
17 lines
329 B
JSON
{
|
|
"name": "musiccast-repairkit",
|
|
"version": "1.1.1",
|
|
"main": "index.js",
|
|
"author": "nicobo (https://www.nicolabs.net/people/nicobo)",
|
|
"license": "MIT",
|
|
"private": true,
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"dependencies": {
|
|
"winston": "^3.3.3",
|
|
"yamaha-yxc-nodejs": "0.0.13",
|
|
"yargs": "^16.2.0"
|
|
}
|
|
}
|