{ "name": "@strudel.cycles/soundfonts", "version": "0.2.1", "description": "Soundsfont support for strudel", "main": "index.mjs", "type": "module", "repository": { "type": "git", "url": "git+https://github.com/tidalcycles/strudel.git" }, "keywords": [ "tidalcycles", "strudel", "pattern", "livecoding", "algorave" ], "author": "Felix Roos ", "license": "AGPL-3.0-or-later", "bugs": { "url": "https://github.com/tidalcycles/strudel/issues" }, "homepage": "https://github.com/tidalcycles/strudel#readme", "dependencies": { "@strudel.cycles/core": "^0.2.0", "@strudel.cycles/webaudio": "^0.2.0", "sfumato": "^0.1.2", "soundfont2": "^0.4.0" }, "devDependencies": { "node-fetch": "^3.2.6" } }