mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-11 05:38:34 +00:00
- @strudel/codemirror@0.8.4 - @strudel.cycles/core@0.8.2 - @strudel.cycles/csound@0.8.0 - @strudel.cycles/eval@0.8.0 - @strudel.cycles/midi@0.8.0 - @strudel.cycles/mini@0.8.2 - @strudel.cycles/osc@0.8.0 - @strudel.cycles/react@0.8.0 - @strudel.cycles/serial@0.8.0 - @strudel.cycles/soundfonts@0.8.2 - @strudel.cycles/tonal@0.8.2 - @strudel.cycles/tone@0.8.0 - @strudel.cycles/transpiler@0.8.2 - @strudel/web@0.8.3 - @strudel.cycles/webaudio@0.8.2 - @strudel.cycles/webdirt@0.8.0 - @strudel.cycles/xen@0.8.0
42 lines
961 B
JSON
42 lines
961 B
JSON
{
|
|
"name": "@strudel.cycles/core",
|
|
"version": "0.8.2",
|
|
"description": "Port of Tidal Cycles to JavaScript",
|
|
"main": "index.mjs",
|
|
"type": "module",
|
|
"publishConfig": {
|
|
"main": "dist/index.js",
|
|
"module": "dist/index.mjs"
|
|
},
|
|
"scripts": {
|
|
"test": "vitest run",
|
|
"build": "vite build",
|
|
"prepublishOnly": "pnpm build"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/tidalcycles/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://github.com/tidalcycles/strudel/issues"
|
|
},
|
|
"homepage": "https://strudel.tidalcycles.org",
|
|
"dependencies": {
|
|
"fraction.js": "^4.2.0"
|
|
},
|
|
"gitHead": "0e26d4e741500f5bae35b023608f062a794905c2",
|
|
"devDependencies": {
|
|
"vite": "^4.3.3",
|
|
"vitest": "^0.28.0"
|
|
}
|
|
}
|