{
  "name": "jzz-gui-karaoke",
  "version": "1.3.1",
  "description": "Karaoke MIDI Player",
  "main": "javascript/JZZ.gui.Karaoke.js",
  "scripts": {
    "test": "nyc instrument ./javascript ./test/.instrumented && nyc mocha test/mocha1.js && nyc --no-clean mocha test/mocha2.js",
    "lint": "eslint javascript test",
    "coverage": "nyc report --reporter=lcov"
  },
  "keywords": [
    "karaoke",
    "midi",
    "midi-file",
    "player"
  ],
  "author": "jazz-soft (https://jazz-soft.net/)",
  "dependencies": {
    "jzz": "^1.9.3",
    "jzz-midi-smf": "^1.9.8"
  },
  "devDependencies": {
    "eslint": "^9.24.0",
    "grunt": "^1.6.1",
    "grunt-contrib-jshint": "^3.2.0",
    "grunt-contrib-uglify": "^5.2.2",
    "jsdom": "^26.1.0",
    "jzz-gui-player": "^1.7.7",
    "jzz-synth-tiny": "^1.4.3",
    "mocha": "^11.1.0",
    "nyc": "^17.1.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/jazz-soft/JZZ-gui-Karaoke.git"
  },
  "homepage": "https://jazz-soft.net/doc/JZZ/karaoke.html",
  "bugs": "https://github.com/jazz-soft/JZZ-gui-Karaoke/issues",
  "license": "MIT"
}
