-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 864 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 864 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"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"
}