{ "name": "@strudel.cycles/mini", "version": "0.6.0", "description": "Mini notation for strudel", "main": "index.mjs", "type": "module", "publishConfig": { "main": "dist/index.js", "module": "dist/index.mjs" }, "scripts": { "test": "vitest run", "build:parser": "peggy -o krill-parser.js --format es ./krill.pegjs", "build": "vite build", "prepublishOnly": "npm run build" }, "repository": { "type": "git", "url": "git+https://github.com/tidalcycles/strudel.git" }, "keywords": [ "tidalcycles", "strudel", "pattern", "livecoding", "algorave" ], "author": "Felix Roos ", "license": "AGPL-3.0-or-later", "bugs": { "url": "https://github.com/tidalcycles/strudel/issues" }, "homepage": "https://github.com/tidalcycles/strudel#readme", "dependencies": { "@strudel.cycles/core": "workspace:*" }, "devDependencies": { "peggy": "^2.0.1", "vite": "^3.2.2", "vitest": "^0.25.7" } }