{ "name": "@strudel/node", "version": "1.1.0", "description": "Strudel running in node", "repository": { "type": "git", "url": "git+https://github.com/tidalcycles/strudel.git" }, "main": "index.mjs", "scripts": { "start": "node index.mjs" }, "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", "dependencies": { "@strudel/core": "workspace:*", "@strudel/osc": "workspace:*", "@strudel/tonal": "workspace:*", "@strudel/mini": "workspace:*", "@strudel/transpiler": "workspace:*", "node-watch": "^0.7.4", "osc-js": "^2.4.0" } }