mirror of
https://codeberg.org/uzu/strudel
synced 2026-07-13 06:19:33 -04:00
d0ce82e3cd
- @strudel/codemirror@1.2.4 - @strudel/core@1.2.4 - @strudel/csound@1.2.5 - @strudel/draw@1.2.4 - @strudel/gamepad@1.2.4 - @strudel/hydra@1.2.4 - @strudel/midi@1.2.5 - @strudel/mini@1.2.4 - @strudel/mondo@1.1.2 - @strudel/motion@1.2.4 - @strudel/mqtt@1.2.4 - @strudel/osc@1.2.4 - @strudel/repl@1.2.5 - @strudel/sampler@0.2.3 - @strudel/serial@1.2.4 - @strudel/soundfonts@1.2.5 - superdough@1.2.5 - @strudel/tonal@1.2.4 - @strudel/transpiler@1.2.4 - @strudel/web@1.2.5 - @strudel/webaudio@1.2.5 - @strudel/xen@1.2.4
42 lines
927 B
JSON
42 lines
927 B
JSON
{
|
|
"name": "@strudel/core",
|
|
"version": "1.2.4",
|
|
"description": "Port of Tidal Cycles to JavaScript",
|
|
"main": "index.mjs",
|
|
"type": "module",
|
|
"publishConfig": {
|
|
"main": "dist/index.mjs"
|
|
},
|
|
"scripts": {
|
|
"test": "vitest run",
|
|
"bench": "vitest bench",
|
|
"build": "vite build",
|
|
"prepublishOnly": "pnpm build"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://codeberg.org/uzu/strudel.git"
|
|
},
|
|
"keywords": [
|
|
"tidalcycles",
|
|
"strudel",
|
|
"pattern",
|
|
"livecoding",
|
|
"algorave"
|
|
],
|
|
"author": "Alex McLean <alex@slab.org> (https://slab.org)",
|
|
"license": "AGPL-3.0-or-later",
|
|
"bugs": {
|
|
"url": "https://codeberg.org/uzu/strudel/issues"
|
|
},
|
|
"homepage": "https://strudel.cc",
|
|
"dependencies": {
|
|
"fraction.js": "^5.2.1"
|
|
},
|
|
"gitHead": "0e26d4e741500f5bae35b023608f062a794905c2",
|
|
"devDependencies": {
|
|
"vite": "^6.0.11",
|
|
"vitest": "^3.0.4"
|
|
}
|
|
}
|