UNPKG

superdough

Version:

simple web audio synth and sampler intended for live coding. inspired by superdirt and webdirt.

41 lines 940 B
{ "name": "superdough", "version": "1.3.0", "description": "simple web audio synth and sampler intended for live coding. inspired by superdirt and webdirt.", "main": "dist/index.mjs", "type": "module", "directories": { "example": "examples" }, "repository": { "type": "git", "url": "git+https://codeberg.org/uzu/strudel.git" }, "keywords": [ "tidalcycles", "strudel", "pattern", "livecoding", "algorave" ], "author": "Felix Roos <flix91@gmail.com>", "license": "AGPL-3.0-or-later", "bugs": { "url": "https://codeberg.org/uzu/strudel/issues" }, "homepage": "https://codeberg.org/uzu/strudel#readme", "devDependencies": { "vite": "^6.0.11", "vite-plugin-bundle-audioworklet": "0.1.2" }, "dependencies": { "@kabelsalat/lib": "^0.4.1", "nanostores": "^0.11.3" }, "engines": { "node": ">=18.0.0" }, "scripts": { "build": "vite build" } }