musiccast-repairkit/package.json

27 lines
539 B
JSON
Raw Normal View History

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"
},
"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",
"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"
2018-08-09 21:20:30 +02:00
}