{ "name": "@strudel.cycles/tone", "version": "0.6.0", "description": "Tone.js API for strudel", "main": "index.mjs", "type": "module", "publishConfig": { "main": "dist/index.js", "module": "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 ", "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:*", "tone": "^14.7.77" }, "devDependencies": { "vite": "^3.2.2", "vitest": "^0.25.7" } }