{ "name": "@strudel/soundfonts", "version": "1.1.0", "description": "Soundsfont support for strudel", "main": "index.mjs", "publishConfig": { "main": "dist/index.mjs" }, "scripts": { "build": "vite build", "prepublishOnly": "npm run 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/core": "workspace:*", "@strudel/webaudio": "workspace:*", "sfumato": "^0.1.2", "soundfont2": "^0.5.0" }, "devDependencies": { "node-fetch": "^3.3.2", "vite": "^6.0.11" } }