mirror of
https://codeberg.org/uzu/strudel
synced 2026-07-13 06:19:33 -04:00
43 lines
973 B
JSON
43 lines
973 B
JSON
{
|
|
"name": "@strudel/edo",
|
|
"version": "0.1.0",
|
|
"description": "Equal division of the octave (EDO) scale functions for strudel",
|
|
"main": "index.mjs",
|
|
"publishConfig": {
|
|
"main": "dist/index.mjs"
|
|
},
|
|
"scripts": {
|
|
"build": "vite build",
|
|
"test": "vitest run",
|
|
"prepublishOnly": "npm run build"
|
|
},
|
|
"type": "module",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://codeberg.org/uzu/strudel.git"
|
|
},
|
|
"keywords": [
|
|
"tidalcycles",
|
|
"strudel",
|
|
"pattern",
|
|
"livecoding",
|
|
"algorave"
|
|
],
|
|
"author": "Rob McKinnon <rob@movingflow>",
|
|
"license": "AGPL-3.0-or-later",
|
|
"bugs": {
|
|
"url": "https://codeberg.org/uzu/strudel/issues"
|
|
},
|
|
"homepage": "https://codeberg.org/uzu/strudel#readme",
|
|
"dependencies": {
|
|
"@strudel/core": "workspace:*",
|
|
"@tonaljs/tonal": "^4.10.0",
|
|
"chord-voicings": "^0.0.1",
|
|
"webmidi": "^3.1.12"
|
|
},
|
|
"devDependencies": {
|
|
"vite": "^6.0.11",
|
|
"vitest": "^3.0.4"
|
|
}
|
|
}
|