-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 738 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 738 Bytes
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
{
"name": "micadiscord",
"version": "2.0.7",
"description": "MicaDiscord is a tool to change the design of the Discord app.",
"main": "main.js",
"dependencies": {
"electron-log": "^5.4.3",
"electron-updater": "^6.8.3",
"fkill": "^10.0.3",
"fs-extra": "^11.1.0",
"mica-electron": "^1.5.17",
"open": "^8.4.2",
"ps-list": "^9.0.0"
},
"scripts": {
"package": "electron-builder --publish never",
"release": "electron-builder --publish always"
},
"author": "GregVido and Arbitro",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/GregVido/MicaDiscord.git"
},
"devDependencies": {
"electron": "^41.1.1",
"electron-builder": "^26.8.1"
}
}