2018-08-09 21:20:30 +02:00
|
|
|
{
|
2021-03-24 22:39:43 +01:00
|
|
|
"name": "musiccast-repairkit",
|
2023-07-06 23:18:53 +02:00
|
|
|
"version": "2.0.1",
|
2023-07-06 22:48:38 +02:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/nicolabs/musiccast-repairkit.git"
|
|
|
|
},
|
2023-07-06 23:01:20 +02:00
|
|
|
"publishConfig": {
|
|
|
|
"provenance": true
|
|
|
|
},
|
2021-03-24 22:39:43 +01:00
|
|
|
"author": "nicobo (https://www.nicolabs.net/people/nicobo)",
|
2018-08-09 21:20:30 +02:00
|
|
|
"license": "MIT",
|
2021-03-26 21:31:32 +01:00
|
|
|
"engines": {
|
|
|
|
"node": ">=10"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2021-06-09 07:55:13 +02:00
|
|
|
"winston": "^3.3.3",
|
2023-07-06 11:06:04 +02:00
|
|
|
"yamaha-yxc-nodejs": "3.1.2",
|
|
|
|
"yargs": "^17.7.1"
|
2023-07-06 22:22:56 +02:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"test": "node . --version"
|
|
|
|
},
|
2023-07-06 23:01:20 +02:00
|
|
|
"main": "index.js",
|
2023-07-06 22:22:56 +02:00
|
|
|
"bin": "./index.js"
|
2018-08-09 21:20:30 +02:00
|
|
|
}
|