-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1022 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
39
40
{
"name": "tutor",
"version": "1.3.0",
"description": "An app developed when I was working part-time as an English tutor",
"main": "src/main/main.js",
"repository": {
"type": "git",
"url": "git+https://github.com/caozhanhao/tutor.git"
},
"keywords": [
"english-tutor"
],
"author": "caozhanhao",
"license": "MIT",
"bugs": {
"url": "https://github.com/caozhanhao/tutor/issues"
},
"homepage": "https://github.com/caozhanhao/tutor#readme",
"devDependencies": {
"@electron/fuses": "^1.8.0",
"electron": "^31.2.0"
},
"dependencies": {
"electron-squirrel-startup": "^1.0.1"
},
"build": {
"productName": "Tutor",
"appId": "tech.mkfs.tutor",
"copyright": "Copyright © 2024 caozhanhao",
"publish": [
"github"
],
"win": {
"icon": "icons/tutor.png",
"target": [
"portable"
]
}
}
}