{ "name": "@strudel/hooks", "version": "0.0.1", "description": "React Hooks for strudel", "main": "index.js", "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", "peerDependencies": { "react": "^17.0.2" }, "dependencies": { "tone": "^14.7.77", "webmidi": "^2.5.1" } }