UNPKG

mpd-api

Version:

MPD api module for Node.js

48 lines (47 loc) 1.17 kB
{ "name": "mpd-api", "version": "1.1.3", "description": "MPD api module for Node.js", "main": "./lib/index.js", "types": "./lib/index.d.ts", "repository": "https://github.com/cotko/mpd-api", "author": "Cotko <cotkocot@gmail.com>", "license": "UNLICENSE", "scripts": { "lint": "standard lib/**/*.js doc/*.js", "lintfix": "standard lib/**/*.js doc/*.js --fix", "todos": "grep -irn -B 1 -A 1 --colour todo lib/ || echo none found", "todo": "grep -irn --colour -E '#\\s+@method' lib/api/spec/ || echo none missing", "test": "node ./tests/", "gen-doc": "node ./doc/generatedoc.js --attach", "gen-typings": "node ./doc/generatetypings.js --indent=4", "scanformissingcommands": "node ./doc/scanformissingcmds.js" }, "engines": { "node": ">=11.0.0" }, "keywords": [ "mpd", "mpd2", "music", "player", "daemon", "client", "protocol", "api", "mpd-api", "mpdapi" ], "dependencies": { "debug": "^4.3.4", "file-type": "^16.5.3", "mpd2": "^1.0.6" }, "devDependencies": { "standard": "^17.0.0", "x-ray": "^2.3.4" }, "standard": { "ignore": [] } }