-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
41 lines (41 loc) · 1.01 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
{
"name": "mididrumhero",
"version": "2.2.0",
"description": "A bridge between E-Kits and Clone Hero",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "electron .",
"postinstall": "electron-builder install-app-deps",
"pack": "electron-builder --dir",
"dist": "electron-builder"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ejj28/mididrumhero.git"
},
"author": "ejj28, towner-10",
"license": "MIT",
"bugs": {
"url": "https://github.com/ejj28/mididrumhero/issues"
},
"homepage": "https://github.com/ejj28/mididrumhero#readme",
"devDependencies": {
"electron": "^8.5.2",
"electron-builder": "^22.6.0"
},
"build": {
"appId": "com.ejj28.mididrumhero",
"win": {
"target": "NSIS",
"icon": "build/icon.png"
}
},
"dependencies": {
"electron-first-run": "^3.0.0",
"electron-json-storage": "^4.1.8",
"jquery": "^3.5.1",
"midi": "^1.0.0",
"vjoy": "^1.1.0"
}
}