mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-10 21:28:31 +00:00
- @strudel/csound@1.2.1 - @strudel/midi@1.2.1 - @strudel/repl@1.2.1 - @strudel/soundfonts@1.2.1 - superdough@1.2.1 - vite-plugin-bundle-audioworklet@0.1.1 - @strudel/web@1.2.1 - @strudel/webaudio@1.2.1
44 lines
989 B
JSON
44 lines
989 B
JSON
{
|
|
"name": "@strudel/webaudio",
|
|
"version": "1.2.1",
|
|
"description": "Web Audio helpers for Strudel",
|
|
"main": "index.mjs",
|
|
"type": "module",
|
|
"directories": {
|
|
"example": "examples"
|
|
},
|
|
"publishConfig": {
|
|
"main": "dist/index.mjs"
|
|
},
|
|
"scripts": {
|
|
"example": "npx parcel examples/repl.html",
|
|
"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 <flix91@gmail.com>",
|
|
"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/draw": "workspace:*",
|
|
"superdough": "workspace:*"
|
|
},
|
|
"devDependencies": {
|
|
"vite": "^6.0.11"
|
|
}
|
|
}
|