mirror of
https://github.com/eliasstepanik/strudel.git
synced 2026-01-11 13:48:40 +00:00
67 lines
2.3 KiB
JSON
67 lines
2.3 KiB
JSON
{
|
|
"name": "@strudel.cycles/monorepo",
|
|
"version": "0.5.0",
|
|
"private": true,
|
|
"description": "Port of tidalcycles to javascript",
|
|
"scripts": {
|
|
"pretest": "npm run jsdoc-json",
|
|
"prebuild": "npm run jsdoc-json",
|
|
"test": "vitest run --version",
|
|
"test-ui": "vitest --ui",
|
|
"test-coverage": "vitest --coverage",
|
|
"bootstrap": "lerna bootstrap",
|
|
"setup": "npm i && npm run jsdoc-json && npm run bootstrap && cd website && npm i",
|
|
"snapshot": "vitest run -u --silent",
|
|
"repl": "cd website && npm run dev",
|
|
"osc": "cd packages/osc && npm run server",
|
|
"build": "cd website && npm run build",
|
|
"preview": "cd website && npm run preview",
|
|
"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",
|
|
"lint": "eslint . --ext mjs,js --quiet",
|
|
"codeformat": "prettier --write .",
|
|
"format-check": "prettier --check .",
|
|
"report-undocumented": "node undocumented.mjs > undocumented.json",
|
|
"check": "npm run format-check && npm run lint && npm run test",
|
|
"iclc": "cd paper && pandoc --template=pandoc/iclc.html --citeproc --number-sections iclc2023.md -o iclc2023.html && pandoc --template=pandoc/iclc.latex --citeproc --number-sections iclc2023.md -o iclc2023.pdf"
|
|
},
|
|
"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.25.7",
|
|
"acorn-static-class-features": "^1.0.0",
|
|
"c8": "^7.12.0",
|
|
"canvas": "^2.11.0",
|
|
"dependency-tree": "^9.0.0",
|
|
"eslint": "^8.28.0",
|
|
"events": "^3.3.0",
|
|
"gh-pages": "^4.0.0",
|
|
"jsdoc": "^3.6.10",
|
|
"jsdoc-json": "^2.0.2",
|
|
"jsdoc-to-markdown": "^7.1.1",
|
|
"lerna": "^4.0.0",
|
|
"prettier": "^2.8.1",
|
|
"rollup-plugin-visualizer": "^5.8.1",
|
|
"vitest": "^0.25.7"
|
|
}
|
|
}
|