{ "name": "@strudel.cycles/tonal", "version": "0.9.0", "description": "Tonal functions for strudel", "main": "index.mjs", "publishConfig": { "main": "dist/index.js", "module": "dist/index.mjs" }, "scripts": { "build": "vite build", "test": "vitest run", "prepublishOnly": "npm run build" }, "type": "module", "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.1.5" }, "devDependencies": { "vite": "^4.3.3", "vitest": "^0.33.0" } }