{
  "name": "ebur128-wasm",
  "collaborators": [
    "Wilhelm Bartel <wilhelm.bartel@streamonkey.de>"
  ],
  "description": "EBU R128 Audio Loudness in WebAssembly",
  "version": "3.0.0",
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/streamonkey/ebur128_wasm"
  },
  "files": [
    "ebur128_wasm_bg.wasm",
    "ebur128_wasm.js",
    "ebur128_wasm_bg.js",
    "ebur128_wasm.d.ts"
  ],
  "module": "ebur128_wasm.js",
  "types": "ebur128_wasm.d.ts",
  "sideEffects": false
}