{ "name": "@strudel.cycles/soundfonts", "version": "0.5.0", "description": "Soundsfont support for strudel", "main": "index.mjs", "publishConfig": { "main": "dist/index.js", "module": "dist/index.mjs" }, "scripts": { "build": "vite build" }, "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": "workspace:*", "@strudel.cycles/webaudio": "workspace:*", "sfumato": "^0.1.2", "soundfont2": "^0.4.0" }, "devDependencies": { "node-fetch": "^3.2.6", "vite": "^3.2.2" } }