{ "name": "@strudel/csound", "version": "1.2.0", "description": "csound bindings for strudel", "main": "index.mjs", "type": "module", "publishConfig": { "main": "dist/index.mjs" }, "scripts": { "build": "vite build", "prepublishOnly": "npm run build" }, "repository": { "type": "git", "url": "git+https://github.com/tidalcycles/strudel.git" }, "keywords": [ "tidalcycles", "strudel", "pattern", "livecoding", "algorave" ], "author": "Felix Roos ", "contributors": [ "Alex McLean " ], "license": "AGPL-3.0-or-later", "bugs": { "url": "https://github.com/tidalcycles/strudel/issues" }, "homepage": "https://github.com/tidalcycles/strudel#readme", "dependencies": { "@csound/browser": "6.18.7", "@strudel/core": "workspace:*", "@strudel/webaudio": "workspace:*" }, "devDependencies": { "vite": "^6.0.11" } }