{
  "name": "audio-decode",
  "version": "3.12.0",
  "description": "Decode audio to AudioBuffer; unscoped alias of @audio/decode",
  "type": "module",
  "sideEffects": false,
  "main": "audio-decode.js",
  "exports": {
    ".": "./audio-decode.js",
    "./stream": "./stream.js",
    "./meta": "./meta.js",
    "./package.json": "./package.json"
  },
  "files": [
    "audio-decode.js",
    "stream.js",
    "meta.js",
    "audio-decode.d.ts",
    "stream.d.ts"
  ],
  "dependencies": {
    "@audio/decode": "^3.11.1"
  },
  "keywords": [
    "audio",
    "decode",
    "wav",
    "mp3",
    "flac",
    "ogg",
    "opus",
    "aac",
    "audiobuffer"
  ],
  "license": "MIT",
  "author": "Dmitry Iv. <dfcreative@gmail.com>",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/audiojs/decode.git",
    "directory": "packages/audio-decode"
  },
  "homepage": "https://github.com/audiojs/decode/tree/master/packages/audio-decode#readme",
  "bugs": "https://github.com/audiojs/decode/issues",
  "engines": {
    "node": ">=18"
  },
  "publishConfig": {
    "access": "public"
  },
  "funding": "https://github.com/sponsors/audiojs",
  "types": "audio-decode.d.ts"
}
