mirror of
https://codeberg.org/uzu/strudel
synced 2026-07-13 06:19:33 -04:00
15f7b7c1a2
Reviewed-on: https://codeberg.org/uzu/strudel/pulls/1719
40 lines
929 B
JSON
40 lines
929 B
JSON
{
|
|
"name": "supradough",
|
|
"version": "1.2.4",
|
|
"description": "platform agnostic synth and sampler intended for live coding. a reimplementation of superdough.",
|
|
"main": "index.mjs",
|
|
"type": "module",
|
|
"publishConfig": {
|
|
"main": "dist/index.mjs"
|
|
},
|
|
"scripts": {
|
|
"build": "vite build",
|
|
"prepublishOnly": "npm run build"
|
|
},
|
|
"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": "workspace:*",
|
|
"wav-encoder": "^1.3.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
}
|