{
  "name": "@psalomo/wasm-music-faust",
  "version": "0.2.0",
  "description": "The Faust compiler (faust-rs) built for wasm32-unknown-unknown with the AssemblyScript backend and the Faust standard libraries embedded — the compiler module loaded by WebAssembly Music.",
  "license": "LGPL-2.1-or-later",
  "author": "Peter Salomonsen <contact@petersalomonsen.com>",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/petersalomonsen/javascriptmusic.git"
  },
  "homepage": "https://github.com/petersalomonsen/javascriptmusic/tree/master/tools/faust-compiler-module#readme",
  "bugs": {
    "url": "https://github.com/petersalomonsen/javascriptmusic/issues"
  },
  "keywords": [
    "faust",
    "faust-rs",
    "webassembly",
    "assemblyscript",
    "audio",
    "dsp",
    "compiler"
  ],
  "type": "module",
  "files": [
    "faust-compiler-module.wasm",
    "README.md",
    "LICENSE"
  ],
  "exports": {
    "./faust-compiler-module.wasm": "./faust-compiler-module.wasm",
    "./package.json": "./package.json"
  },
  "faustRs": {
    "compilerModule": "faust-rs-wasm-ffi/0.8.0",
    "faustRsCommit": "eabee390de0435d97e6663e9d845971dad47002a",
    "faustLibrariesCommit": "ecf2fdc238148c44c18352102333a1229ca7a8d3"
  }
}
