mirror of
https://github.com/eliasstepanik/strudel.git
synced 2026-01-11 21:58:37 +00:00
41 lines
925 B
JSON
41 lines
925 B
JSON
{
|
|
"name": "@strudel.cycles/core",
|
|
"version": "0.6.8",
|
|
"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"
|
|
},
|
|
"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": "^3.2.2",
|
|
"vitest": "^0.25.7"
|
|
}
|
|
}
|