{
  "name": "mpd2",
  "version": "1.0.5",
  "description": "Music Player Daemon client",
  "main": "./lib/index.js",
  "author": "Cotko <cotkocot@gmail.com>",
  "license": "UNLICENSED",
  "scripts": {
    "lint": "standard ./lib/**/*.js",
    "lintfix": "standard ./lib/**/*.js --fix"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/cotko/mpd.js"
  },
  "keywords": [
    "mpd",
    "mpd2",
    "music",
    "player",
    "daemon",
    "client",
    "protocol"
  ],
  "dependencies": {
    "debug": "^4.1.1"
  },
  "devDependencies": {
    "standard": "^12.0.1"
  },
  "types": "lib/index.d.ts"
}
