mirror of
https://github.com/eliasstepanik/strudel.git
synced 2026-01-10 21:28:31 +00:00
44 lines
988 B
JSON
44 lines
988 B
JSON
{
|
|
"name": "@strudel/tonal",
|
|
"version": "0.10.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 <flix91@gmail.com>",
|
|
"license": "AGPL-3.0-or-later",
|
|
"bugs": {
|
|
"url": "https://github.com/tidalcycles/strudel/issues"
|
|
},
|
|
"homepage": "https://github.com/tidalcycles/strudel#readme",
|
|
"dependencies": {
|
|
"@strudel/core": "workspace:*",
|
|
"@tonaljs/tonal": "^4.7.2",
|
|
"chord-voicings": "^0.0.1",
|
|
"webmidi": "^3.1.8"
|
|
},
|
|
"devDependencies": {
|
|
"vite": "^5.0.10",
|
|
"vitest": "^1.1.0"
|
|
}
|
|
}
|