mirror of
https://github.com/nicolabs/musiccast-repairkit.git
synced 2025-09-06 04:52:04 +02:00
27 lines
539 B
JSON
27 lines
539 B
JSON
{
|
|
"name": "musiccast-repairkit",
|
|
"version": "2.0.1",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/nicolabs/musiccast-repairkit.git"
|
|
},
|
|
"publishConfig": {
|
|
"provenance": true
|
|
},
|
|
"author": "nicobo (https://www.nicolabs.net/people/nicobo)",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"dependencies": {
|
|
"winston": "^3.3.3",
|
|
"yamaha-yxc-nodejs": "3.1.2",
|
|
"yargs": "^17.7.1"
|
|
},
|
|
"scripts": {
|
|
"test": "node . --version"
|
|
},
|
|
"main": "index.js",
|
|
"bin": "./index.js"
|
|
}
|