-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
45 lines (45 loc) · 1.06 KB
/
package.json
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
38
39
40
41
42
43
44
45
{
"name": "test-midi-files",
"version": "1.1.0",
"description": "A framework for producing test MIDI files",
"main": "index.js",
"scripts": {
"lint": "eslint index.js",
"test": "nyc mocha",
"coverage": "nyc report --reporter=lcov"
},
"keywords": [
"test",
"testing",
"midi",
"midi2",
"midi-file",
"midi-clip",
"smf",
"syx"
],
"author": "jazz-soft (https://jazz-soft.net)",
"dependencies": {
"jzz": "^1.8.7",
"jzz-gui-player": "^1.7.6",
"jzz-midi-gear": "^1.3.6",
"jzz-midi-gm": "^1.3.9",
"jzz-midi-smf": "^1.9.6",
"jzz-synth-tiny": "^1.4.2"
},
"devDependencies": {
"eslint": "^9.16.0",
"grunt": "^1.6.1",
"mocha": "^11.0.1",
"node-web-audio-api": "^0.21.3",
"nyc": "^17.1.0"
},
"runkitExampleFilename": "runkit.js",
"repository": {
"type": "git",
"url": "https://github.com/jazz-soft/test-midi-files.git"
},
"homepage": "https://github.com/jazz-soft/test-midi-files",
"bugs": "https://github.com/jazz-soft/test-midi-files/issues",
"license": "MIT"
}