UNPKG

@strudel/repl

Version:
48 lines 1.19 kB
{ "name": "@strudel/repl", "version": "1.1.0", "description": "Strudel REPL as a Web Component", "module": "dist/index.mjs", "type": "module", "repository": { "type": "git", "url": "git+https://github.com/tidalcycles/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://github.com/tidalcycles/strudel/issues" }, "homepage": "https://github.com/tidalcycles/strudel#readme", "dependencies": { "@strudel/codemirror": "1.1.0", "@strudel/draw": "1.1.0", "@strudel/midi": "1.1.0", "@strudel/mini": "1.1.0", "@strudel/core": "1.1.0", "@strudel/hydra": "1.1.0", "@strudel/tonal": "1.1.0", "@strudel/transpiler": "1.1.0", "@strudel/soundfonts": "1.1.0", "@strudel/webaudio": "1.1.0" }, "devDependencies": { "@rollup/plugin-replace": "^5.0.5", "rollup-plugin-visualizer": "^5.12.0", "vite": "^5.0.10" }, "scripts": { "build": "vite build" }, "main": "dist/index.js" }