{
  "name": "@cuadue/mpd",
  "version": "2.1.0",
  "description": "music player daemon client",
  "exports": "./dist/index.js",
  "types": "./dist/index.d.js",
  "engines": {
    "node": ">=12.20.0"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:cuadue/mpd.js.git"
  },
  "keywords": [
    "mpd",
    "music",
    "player",
    "daemon",
    "client",
    "protocol"
  ],
  "author": "Andrew Kelley <superjoe30@gmail.com>",
  "contributors": [
    "Wesley Waugh <https://github.com/cuadue>"
  ],
  "license": "MIT",
  "devDependencies": {
    "@types/jest": "^29.5.4",
    "@types/node": "^20.6.0",
    "jest": "^29.7.0",
    "ts-jest": "^29.1.1",
    "ts-node": "^10.9.1",
    "typescript": "^5.0.4"
  },
  "scripts": {
    "build": "tsc",
    "test": "jest"
  },
  "dependencies": {
    "tiny-typed-emitter": "^2.1.0"
  }
}
