-
Notifications
You must be signed in to change notification settings - Fork 52
/
Copy pathpackage.json
45 lines (45 loc) · 990 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
41
42
43
44
45
{
"name": "cloud-uploader",
"version": "1.3.5",
"author": "ms-liu, Inc <[email protected]>",
"description": "net music cloud uploader",
"main": "./src/main.js",
"build": {
"appId": "com.net-easy-cloud-music-uploader.app",
"mac": {
"target": [
"dmg",
"zip"
],
"icon": "./assets/image/favicon.png"
},
"linux": {
"target": [
"deb"
],
"icon": "./assets/image/favicon.png"
}
},
"scripts": {
"start": "electron .",
"pkg_mac": "electron-builder --mac --x64",
"pkg_linux": "electron-builder --linux --x64"
},
"repository": "https://github.com/lulu-ls/cloud-uploader.git",
"keywords": [
"net",
"music",
"upload",
"cloud"
],
"license": "CC0-1.0",
"devDependencies": {
"electron": "^24.1.2",
"electron-builder": "^23.6.0"
},
"dependencies": {
"NeteaseCloudMusicApi": "^4.10.2",
"electron-clipboard-ex": "^1.3.3",
"electron-store": "^8.1.0"
}
}