{ "name": "@strudel.cycles/mini", "version": "0.9.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": "^3.0.2", "vite": "^4.3.3", "vitest": "^0.33.0" } }