musiccast-repairkit/package.json
2023-07-06 23:18:53 +02:00

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"
}