enrichmus
Version:
Add a Discord Presence for CMUS
38 lines (37 loc) • 851 B
JSON
{
"name": "enrichmus",
"version": "1.0.1",
"description": "Add a Discord Presence for CMUS",
"main": "main.js",
"scripts": {
"test": "node test.js",
"this": "./main.js"
},
"bin": {
"enrichmus": "./main.js"
},
"preferGlobal": true,
"repository": {
"type": "git",
"url": "git+https://github.com/Ginkoe/EnriChMUS.git"
},
"keywords": [
"cmus",
"music",
"discord",
"presence",
"rich"
],
"author": "Ginkoe",
"license": "ISC",
"bugs": {
"url": "https://github.com/Ginkoe/EnriChMUS/issues"
},
"homepage": "https://github.com/Ginkoe/EnriChMUS#readme",
"dependencies": {
"colors": "^1.3.3",
"discord-rpc": "^3.0.1",
"moment": "^2.24.0",
"winston": "^3.2.1"
}
}