-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.06 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
{
"name": "adfrify",
"productName": "Adfrify",
"version": "1.0.0",
"description": "Ad-Free spotify",
"main": "index.js",
"homepage": "https://github.com/developerfromjokela/adfrify/",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "electron ."
},
"build": {
"appId": "com.developerfromjokela.adfrify",
"productName": "Adfrify",
"copyright": "Copyright © year ${author}, all rights reserved",
"electronDownload": {
"mirror": "https://github.com/castlabs/electron-releases/releases/download/"
}
},
"author": "Developer From Jokela <[email protected]>",
"license": "ISC",
"devDependencies": {
"electron": "git+https://github.com/castlabs/electron-releases.git#v12.0.11-wvvmp",
"electron-wix-msi": "^3.2.0"
},
"optionalDependencies": {
"dbus": "^1.0.0"
},
"dependencies": {
"dbus-next": "^0.9.2",
"electron-builder": "^22.11.7",
"electron-main-window": "^1.0.4",
"electron-packager": "^15.2.0",
"iohook": "^0.9.3",
"mpris-service": "^2.1.2"
}
}