{
  "name": "test-midi-files",
  "version": "1.1.2",
  "description": "A framework for producing test MIDI files",
  "main": "index.js",
  "scripts": {
    "lint": "eslint index.js",
    "test": "nyc mocha",
    "coverage": "nyc report --reporter=lcov"
  },
  "keywords": [
    "test",
    "testing",
    "midi",
    "midi2",
    "midi-file",
    "midi-clip",
    "smf",
    "syx"
  ],
  "author": "jazz-soft (https://jazz-soft.net)",
  "dependencies": {
    "jzz": "^1.9.6",
    "jzz-gui-player": "^1.7.9",
    "jzz-midi-gear": "^1.3.8",
    "jzz-midi-gm": "^1.4.1",
    "jzz-midi-smf": "^1.9.9",
    "jzz-synth-tiny": "^1.4.4"
  },
  "devDependencies": {
    "eslint": "^9.36.0",
    "grunt": "^1.6.1",
    "mocha": "^11.7.2",
    "node-web-audio-api": "^1.0.4",
    "nyc": "^17.1.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/jazz-soft/test-midi-files.git"
  },
  "homepage": "https://github.com/jazz-soft/test-midi-files",
  "bugs": "https://github.com/jazz-soft/test-midi-files/issues",
  "license": "MIT"
}
