-
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.07 KB
/
Copy pathpackage.json
File metadata and controls
46 lines (46 loc) · 1.07 KB
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
46
{
"name": "test-midi-files",
"version": "1.1.3",
"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.9.6",
"jzz-gui-player": "^1.7.9",
"jzz-midi-gear": "^1.3.8",
"jzz-midi-gm": "^1.4.1",
"jzz-midi-smf": "^1.9.9",
"jzz-synth-tiny": "^1.4.4"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"eslint": "^10.2.0",
"globals": "^17.4.0",
"grunt": "^1.6.1",
"mocha": "^11.7.5",
"node-web-audio-api": "^1.0.9",
"nyc": "^18.0.0"
},
"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"
}