{
  "name": "@yujohnnattrass/speaker-no-underflow-logs",
  "version": "0.5.8",
  "license": "(MIT AND LGPL-2.1-only)",
  "description": "Output PCM audio data to the speakers",
  "author": "Yujohn Nattrass, based on work by Nathan Rajlich <nathan@tootallnate.net> (http://tootallnate.net) and Jason Benn",
  "repository": "yujohnnattrass/node-speaker",
  "main": "index.js",
  "types": "index.d.ts",
  "files": [
    "index.js",
    "index.d.ts",
    "binding.gyp",
    "src/",
    "deps/",
    "build/"
  ],
  "scripts": {
    "test": "standard && node-gyp rebuild --mpg123-backend=dummy && mocha --reporter spec",
    "install": "node-gyp rebuild",
    "prepublishOnly": "node-gyp clean && node-gyp configure && node-gyp build"
  },
  "dependencies": {
    "bindings": "^1.3.0",
    "buffer-alloc": "^1.1.0",
    "debug": "^4.0.0"
  },
  "devDependencies": {
    "@types/node": "^12.12.14",
    "mocha": "^6.2.2",
    "standard": "^14.3.1"
  },
  "engines": {
    "node": ">=8.6"
  },
  "keywords": [
    "pcm",
    "audio",
    "sound",
    "music",
    "output",
    "speaker",
    "headphone",
    "alsa",
    "coreaudio",
    "openal",
    "sdl",
    "portaudio",
    "jack",
    "oss",
    "pulse",
    "mpg123"
  ]
}
