{ "name": "@strudel.cycles/monorepo", "version": "0.0.1", "private": true, "description": "Port of tidalcycles to javascript", "main": "strudel.mjs", "scripts": { "test": "npm run test --workspaces --if-present", "bootstrap": "lerna bootstrap", "setup": "npm i && npm run bootstrap && cd repl && npm i", "repl": "cd repl && npm run start", "osc": "cd packages/osc && npm run server", "build": "cd repl && npm run build" }, "workspaces": [ "packages/*" ], "repository": { "type": "git", "url": "git+https://github.com/tidalcycles/strudel.git" }, "keywords": [ "tidalcycles", "strudel", "pattern", "livecoding", "algorave" ], "author": "Alex McLean (https://slab.org)", "license": "GPL-3.0-or-later", "bugs": { "url": "https://github.com/tidalcycles/strudel/issues" }, "homepage": "https://strudel.tidalcycles.org", "devDependencies": { "events": "^3.3.0", "lerna": "^4.0.0", "mocha": "^9.1.4" } }