UNPKG

mpd-avr-client

Version:
39 lines (38 loc) 834 B
{ "name": "mpd-avr-client", "version": "1.3.3", "description": "AVR as a MPD client", "bin": { "mpd-avr-client": "cli.js" }, "scripts": { "start": "./cli.js", "lint": "eslint **/*.js", "lint:fix": "eslint --fix **/*.js", "test": "echo \"Error: no test specified\" && exit 1" }, "author": "kdha200501@gmail.com", "repository": { "type": "git", "url": "https://github.com/kdha200501/mpd-avr-client" }, "license": "ISC", "dependencies": { "rxjs": "^7.8.2", "yargs": "^15.4.1" }, "keywords": [ "CEC", "AVR", "MPD" ], "devDependencies": { "@types/yargs": "^15.0.9", "eslint": "^7.9.0", "eslint-config-prettier": "^6.11.0", "eslint-plugin-prettier": "^3.1.4", "husky": "^4.3.0", "lint-staged": "^10.4.0", "prettier": "^2.1.2" } }