{ "name": "@strudel.cycles/tonal", "version": "0.0.5", "description": "Tonal functions for strudel", "main": "tonal.mjs", "type": "module", "scripts": { "test": "mocha --colors" }, "repository": { "type": "git", "url": "git+https://github.com/tidalcycles/strudel.git" }, "keywords": [ "tidalcycles", "strudel", "pattern", "livecoding", "algorave" ], "author": "Felix Roos ", "license": "GPL-3.0-or-later", "bugs": { "url": "https://github.com/tidalcycles/strudel/issues" }, "homepage": "https://github.com/tidalcycles/strudel#readme", "dependencies": { "@strudel.cycles/core": "^0.0.5", "@tonaljs/tonal": "^4.6.5", "webmidi": "^3.0.15" } }