mirror of
https://github.com/eliasstepanik/strudel.git
synced 2026-01-11 13:48:40 +00:00
53 lines
1.6 KiB
JSON
53 lines
1.6 KiB
JSON
{
|
|
"name": "@strudel.cycles/monorepo",
|
|
"version": "0.0.4",
|
|
"private": true,
|
|
"description": "Port of tidalcycles to javascript",
|
|
"scripts": {
|
|
"test": "vitest run --version",
|
|
"test-ui": "vitest --ui",
|
|
"bootstrap": "lerna bootstrap",
|
|
"setup": "npm i && npm run bootstrap && cd repl && npm i && cd ../tutorial && npm i",
|
|
"snapshot": "cd repl && npm run snapshot",
|
|
"repl": "cd repl && npm run dev",
|
|
"osc": "cd packages/osc && npm run server",
|
|
"build": "rm -rf out && cd repl && npm run build && cd ../tutorial && npm run build",
|
|
"preview": "npx serve ./out",
|
|
"deploy": "NODE_DEBUG=gh-pages gh-pages -d out",
|
|
"jsdoc": "jsdoc packages/ -c jsdoc.config.json",
|
|
"jsdoc-json": "jsdoc packages/ --template ./node_modules/jsdoc-json --destination doc.json -c jsdoc.config.json"
|
|
},
|
|
"workspaces": [
|
|
"packages/*"
|
|
],
|
|
"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",
|
|
"devDependencies": {
|
|
"@vitest/ui": "^0.21.1",
|
|
"events": "^3.3.0",
|
|
"gh-pages": "^4.0.0",
|
|
"happy-dom": "^6.0.4",
|
|
"jsdoc": "^3.6.10",
|
|
"jsdoc-json": "^2.0.2",
|
|
"jsdoc-to-markdown": "^7.1.1",
|
|
"lerna": "^4.0.0",
|
|
"rollup-plugin-visualizer": "^5.8.1",
|
|
"vitest": "^0.21.1"
|
|
}
|
|
}
|