-
Notifications
You must be signed in to change notification settings - Fork 60
/
Copy pathpackage.json
38 lines (38 loc) · 1 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
{
"name": "wnr",
"version": "1.11.2",
"description": "It's a timer app with strong expansibility for computers. The name is an abbr of \"Work and Rest\".",
"main": "main.js",
"scripts": {
"start": "electron .",
"win": "node ./res/builder/win.js",
"mac": "node ./res/builder/mac.js",
"linux": "node ./res/builder/linux.js"
},
"repository": {
"type": "git",
"url": "https://github.com/RoderickQiu/wnr.git"
},
"author": "RoderickQiu",
"license": "MPL-2.0",
"homepage": "https://wnr.scris.top",
"appId": "com.scrisstudio.wnr",
"copyright": "(c) Roderick Qiu",
"productName": "wnr",
"dependencies": {
"@types/winreg": "1.2.30",
"auto-launch": "5.0.5",
"compare-version": "0.1.2",
"copy-to-clipboard": "3.2.1",
"crypto-js": "4.0.0",
"electron-store": "5.1.0",
"i18n": "0.8.5",
"leancloud-storage": "4.2.0",
"request": "2.88.2",
"winreg": "1.2.4"
},
"devDependencies": {
"electron": "7.1.12",
"electron-builder": "22.3.2"
}
}