{
  "name": "@strudel.cycles/midi",
  "version": "0.10.0",
  "description": "Midi API for strudel",
  "main": "dist/index.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tidalcycles/strudel.git"
  },
  "keywords": [
    "titdalcycles",
    "strudel",
    "pattern",
    "livecoding",
    "algorave"
  ],
  "author": "Felix Roos <flix91@gmail.com>",
  "license": "AGPL-3.0-or-later",
  "bugs": {
    "url": "https://github.com/tidalcycles/strudel/issues"
  },
  "homepage": "https://github.com/tidalcycles/strudel#readme",
  "dependencies": {
    "webmidi": "^3.1.8",
    "@strudel.cycles/core": "0.10.0",
    "@strudel.cycles/webaudio": "0.10.0"
  },
  "devDependencies": {
    "vite": "^5.0.10"
  },
  "scripts": {
    "build": "vite build"
  },
  "module": "dist/index.mjs"
}