UNPKG

web-midi-test

Version:

Fake Web MIDI API for testing Web MIDI applications

38 lines (37 loc) 901 B
{ "name": "web-midi-test", "version": "1.2.9", "description": "Fake Web MIDI API for testing Web MIDI applications", "main": "wmt.js", "scripts": { "test": "nyc mocha", "lint": "eslint wmt.js test", "coverage": "nyc report --reporter=lcov" }, "keywords": [ "midi", "web-midi", "web-midi-api", "webmidi", "webmidiapi", "testing", "test" ], "author": "jazz-soft (https://jazz-soft.net/)", "dependencies": { "@types/webmidi": "^2.1.0" }, "devDependencies": { "eslint": "^9.23.0", "mocha": "^11.1.0", "nyc": "^17.1.0" }, "runkitExampleFilename": "runkit.js", "repository": { "type": "git", "url": "https://github.com/jazz-soft/web-midi-test.git" }, "homepage": "https://jazz-soft.net", "bugs": "https://github.com/jazz-soft/web-midi-test/issues", "license": "MIT" }