{ "name": "@strudel.cycles/tonal", "version": "0.5.0", "description": "Tonal functions for strudel", "main": "index.mjs", "type": "module", "scripts": { "test": "vitest run" }, "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", "dependencies": { "@strudel.cycles/core": "workspace:*", "@tonaljs/tonal": "^4.7.2", "chord-voicings": "^0.0.1", "webmidi": "^3.0.21" }, "devDependencies": { "vitest": "^0.25.7" } }