mirror of
https://github.com/eliasstepanik/strudel.git
synced 2026-01-11 13:48:40 +00:00
33 lines
716 B
JSON
33 lines
716 B
JSON
{
|
|
"name": "@strudel.cycles/xen",
|
|
"version": "0.5.0",
|
|
"description": "Xenharmonic API for strudel",
|
|
"main": "index.mjs",
|
|
"scripts": {
|
|
"test": "vitest run"
|
|
},
|
|
"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.cycles/core": "workspace:*"
|
|
},
|
|
"devDependencies": {
|
|
"vitest": "^0.25.7"
|
|
}
|
|
}
|