-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 975 Bytes
/
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
{
"name": "jazz-midi-headless",
"version": "1.1.4",
"description": "MIDI for headless testing",
"main": "jmh.js",
"scripts": {
"lint": "eslint . test",
"test-playwright": "node test/test-playwright",
"test": "node test/test-puppeteer && node test/test-jsdom"
},
"keywords": [
"midi",
"headless",
"jsdom",
"playwright",
"puppeteer"
],
"author": "jazz-soft (https://jazz-soft.net/)",
"dependencies": {
"jzz": "^1.8.1"
},
"devDependencies": {
"eslint": "^8.57.0",
"jsdom": "^24.0.0",
"jzz-gui-player": "^1.7.2",
"jzz-midi-smf": "^1.9.0",
"playwright": "^1.42.1",
"puppeteer": "^22.6.0",
"web-midi-test": "^1.2.6"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jazz-soft/jazz-midi-headless.git"
},
"homepage": "https://github.com/jazz-soft/jazz-midi-headless#readme",
"bugs": "https://github.com/jazz-soft/jazz-midi-headless/issues",
"license": "MIT"
}