@strudel/repl
Version:
Strudel REPL as a Web Component
51 lines • 1.22 kB
JSON
{
"name": "@strudel/repl",
"version": "1.3.0",
"description": "Strudel REPL as a Web Component",
"module": "dist/index.mjs",
"type": "module",
"repository": {
"type": "git",
"url": "git+https://codeberg.org/uzu/strudel.git"
},
"keywords": [
"tidalcycles",
"strudel",
"pattern",
"livecoding",
"algorave"
],
"author": "Felix Roos <flix91@gmail.com>",
"contributors": [
"Alex McLean <alex@slab.org>"
],
"license": "AGPL-3.0-or-later",
"bugs": {
"url": "https://codeberg.org/uzu/strudel/issues"
},
"homepage": "https://codeberg.org/uzu/strudel#readme",
"dependencies": {
"@strudel/codemirror": "1.3.0",
"@strudel/core": "1.2.6",
"@strudel/midi": "1.3.0",
"@strudel/draw": "1.2.6",
"@strudel/hydra": "1.2.6",
"@strudel/mini": "1.2.6",
"@strudel/soundfonts": "1.3.0",
"@strudel/tonal": "1.2.6",
"@strudel/transpiler": "1.2.6",
"@strudel/webaudio": "1.3.0"
},
"devDependencies": {
"@rollup/plugin-replace": "^6.0.2",
"vite": "^6.0.11",
"vite-plugin-bundle-audioworklet": "0.1.2"
},
"engines": {
"node": ">=18.0.0"
},
"scripts": {
"build": "vite build"
},
"main": "dist/index.js"
}