{ "name": "superdough", "version": "1.1.0", "description": "simple web audio synth and sampler intended for live coding. inspired by superdirt and webdirt.", "main": "index.mjs", "type": "module", "publishConfig": { "main": "dist/index.mjs" }, "directories": { "example": "examples" }, "scripts": { "build": "vite build", "prepublishOnly": "npm run build" }, "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", "devDependencies": { "vite": "^5.0.10" }, "dependencies": { "nanostores": "^0.9.5" } }