{
  "name": "wav-blob-util",
  "version": "1.0.21",
  "description": "wav-blob-util is a utility library that converts audio blobs to the Wave format with clamping samples onto the 16-bit resolution.",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/M-Hadyan/wav-blob-util.git"
  },
  "keywords": [
    "audio",
    "wave",
    "wav",
    "mp3",
    "mp4",
    "conversion",
    "blob",
    "audiojs",
    "decode",
    "audio decode",
    "audio decoder",
    "audio decoder",
    "web-audio",
    "codec"
  ],
  "author": "Mohammed Bin Hadyan",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/M-Hadyan/wav-blob-util/issues"
  },
  "homepage": "https://github.com/M-Hadyan/wav-blob-util#readme",
  "dependencies": {
    "blob-polyfill": "^7.0.20220408",
    "node-blob": "^0.0.2",
    "node-wav": "^0.0.2",
    "wav-blob-util": "^1.0.1"
  }
}
