{ "name": "@strudel.cycles/link", "version": "0.6.0", "description": "Ableton Link Support for Strudel", "main": "link-server.mjs", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "node link-server.mjs" }, "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": { "abletonlink": "^0.1.3", "node-web-audio-api": "^0.5.0" }, "dependencies": { "@strudel.cycles/core": "workspace:^0.6.8", "@strudel.cycles/mini": "workspace:^0.6.0", "@strudel.cycles/osc": "workspace:^0.6.0", "@strudel.cycles/tonal": "workspace:^0.6.0", "@strudel.cycles/transpiler": "workspace:^0.6.0" } }