-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
111 lines (111 loc) · 3.28 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
{
"name": "bettersoundcloud",
"version": "0.5.3",
"description": "BetterSoundCloud PC Client",
"main": "main.js",
"scripts": {
"start": "electron ."
},
"repository": "https://github.com/AlirezaKJ/BetterSoundCloud",
"downloadpage": "https://github.com/AlirezaKJ/BetterSoundCloud/releases",
"keywords": [
"electron",
"soundcloud",
"bettersoundcloud",
"soundcloudclient",
"music",
"audio",
"song",
"web"
],
"build": {
"appId": "com.bettersoundcloud.app",
"productName": "BetterSoundCloud",
"copyright": "Copyright © 2023 AlirezaKJ",
"mac": {
"category": "public.app-category.utilities",
"icon": "lib\\assets\\bw-icon.ico",
"target": [
"zip",
"dmg"
],
"publish": [
"github"
]
},
"win": {
"publisherName": "AlirezaKJ",
"icon": "lib/assets/bw-icon.ico",
"publish": [
"github"
],
"target": [
"nsis",
"nsis-web",
"portable",
"appx",
"msi",
"squirrel"
]
},
"linux": {
"target": [
"AppImage",
"tar.gz"
]
},
"dmg": {
"background": "lib\\assets\\bw-icon.ico",
"icon": "lib\\assets\\bw-icon.ico",
"title": "Accurate Installer"
},
"nsis": {
"oneClick": false,
"perMachine": false,
"allowToChangeInstallationDirectory": true,
"installerIcon": "lib\\assets\\bw-icon.ico",
"installerSidebar": "lib\\assets\\bw-icon.ico",
"uninstallerSidebar": "lib\\assets\\bw-icon.ico",
"license": "",
"createDesktopShortcut": true,
"createStartMenuShortcut": true
},
"publish": [
{
"provider": "github",
"owner": "AlirezaKJ",
"repo": "bettersoundcloud",
"vPrefixedTagName": true,
"private": true,
"releaseType": "draft"
}
]
},
"plugins": {
"SCI": "https://cdn.jsdelivr.net/gh/AlirezaKJ/BetterSoundCloud/plugins/SCI.js",
"ctxMenu": "https://cdn.jsdelivr.net/gh/AlirezaKJ/BetterSoundCloud/plugins/ctxMenu.js",
"discordRPC": "https://cdn.jsdelivr.net/gh/AlirezaKJ/BetterSoundCloud/plugins/discordRPC.js",
"silentAds": "https://cdn.jsdelivr.net/gh/AlirezaKJ/BetterSoundCloud/plugins/silentads.js",
"reloadOnAds": "https://cdn.jsdelivr.net/gh/AlirezaKJ/BetterSoundCloud/plugins/reloadonads.js",
"reloadAndPlayOnAds": "https://cdn.jsdelivr.net/gh/AlirezaKJ/BetterSoundCloud/plugins/reloadandplay.js",
"custombg": "https://cdn.jsdelivr.net/gh/AlirezaKJ/BetterSoundCloud/plugins/custombg.js"
},
"theme": {
"SCI": "https://cdn.jsdelivr.net/gh/AlirezaKJ/BetterSoundCloud/themes/SCI.css",
"darkCloud": "https://cdn.jsdelivr.net/gh/AlirezaKJ/BetterSoundCloud/themes/darkCloud.css",
"nocturnal": "https://cdn.jsdelivr.net/gh/AlirezaKJ/BetterSoundCloud/themes/nocturnal.css",
"postMorphic": "https://cdn.jsdelivr.net/gh/AlirezaKJ/BetterSoundCloud/themes/postMorphic.css",
"hover": "https://cdn.jsdelivr.net/gh/AlirezaKJ/BetterSoundCloud/themes/hover.css"
},
"author": "AlirezaKJ",
"license": "",
"devDependencies": {
"electron": "^31.0.0"
},
"dependencies": {
"discord-rpc": "^4.0.1",
"electron-dl": "^3.5.2",
"genius-lyrics-api": "^3.2.0",
"soundcloud-downloader": "^1.0.0"
}
}