{
  "name": "midi-test",
  "version": "1.3.2",
  "description": "Virtual MIDI ports for testing MIDI applications",
  "main": "index.js",
  "scripts": {
    "test": "mocha",
    "install": "node-gyp rebuild",
    "lint": "eslint . test"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/jazz-soft/midi-test.git"
  },
  "keywords": [
    "midi",
    "testing",
    "test"
  ],
  "author": "jazz-soft (https://jazz-soft.net)",
  "homepage": "https://jazz-soft.net",
  "bugs": "https://github.com/jazz-soft/midi-test/issues",
  "devDependencies": {
    "eslint": "^9.26.0",
    "jazz-midi": "^1.7.9",
    "jzz": "^1.9.3",
    "mocha": "^11.2.2"
  },
  "gypfile": true,
  "engines": {
    "node": ">=18.0.0"
  },
  "license": "MIT"
}
