{
  "name": "react-midi-player",
  "version": "1.0.8",
  "description": "React MIDI Player component",
  "main": "react-midi-player.js",
  "scripts": {
    "test": "nyc instrument ./react-midi-player.js ./test/.instrumented && nyc mocha",
    "lint": "eslint react-midi-player.js",
    "coverage": "nyc report --reporter=lcov"
  },
  "keywords": [
    "react",
    "midi",
    "midi2",
    "player"
  ],
  "author": "jazz-soft (https://jazz-soft.net/)",
  "dependencies": {
    "jzz": "^1.8.4",
    "jzz-gui-player": "^1.7.4",
    "jzz-midi-smf": "^1.9.2",
    "jzz-synth-tiny": "^1.4.0"
  },
  "devDependencies": {
    "eslint": "^9.3.0",
    "jsdom": "^24.1.0",
    "mocha": "^10.4.0",
    "nyc": "^15.1.0",
    "web-midi-test": "^1.2.8"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/jazz-soft/react-midi-player.git"
  },
  "homepage": "https://github.com/jazz-soft/react-midi-player#readme",
  "bugs": "https://github.com/jazz-soft/react-midi-player/issues",
  "license": "MIT"
}
