-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 1.16 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
46
{
"name": "mimi-danmaku",
"version": "2.2.0",
"private": true,
"description": "Mimi Danmaku client for desktop platform.",
"main": "app/main.js",
"scripts": {
"start": "electron .",
"build": "electron-builder"
},
"build": {
"productName": "Mimi Danmaku",
"artifactName": "${productName}-${version}.${ext}",
"win": {
"legalTrademarks": "Mimi Personal"
},
"nsis": {
"allowToChangeInstallationDirectory": true,
"oneClick": false,
"menuCategory": true,
"allowElevation": false
}
},
"repository": "stevenjoezhang/mimi-danmaku",
"keywords": [
"Mimi",
"Danmaku",
"Client"
],
"author": "Mimi <[email protected]> (https://zhangshuqiao.org)",
"readme": "https://github.com/stevenjoezhang/mimi-danmaku#readme",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/stevenjoezhang/mimi-danmaku/issues"
},
"homepage": "https://github.com/stevenjoezhang/mimi-danmaku",
"dependencies": {
"@electron/remote": "2.0.1",
"bootstrap": "^5.0.0",
"qrcode": "^1.4.4"
},
"devDependencies": {
"electron": "16.0.4",
"electron-builder": "22.14.5"
}
}