forked from Milkshiift/GoofCord
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.99 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.99 KB
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
{
"name": "goofcord",
"version": "2.0.2",
"description": "Take control of your Discord experience with GoofCord – the highly configurable and privacy-minded discord client.",
"main": "ts-out/main.js",
"scripts": {
"build": "bun build/build.ts --onlyGenerators && bun run check && bun build/build.ts --skipGenerators",
"start": "bun run build --dev && electron ./ts-out/main.js --dev --enable-source-maps",
"packageLinux": "electron-builder --linux",
"packageWindows": "electron-builder --win",
"packageMac": "electron-builder --mac",
"loginFix": "rm -rf ~/.config/Electron/Local\\ Storage && cp -r ~/.config/goofcord/Local\\ Storage ~/.config/Electron/",
"lint": "biome check --unsafe .",
"check": "tsgo"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Milkshiift/GoofCord"
},
"author": "MilkShift",
"license": "OSL-3.0",
"bugs": {
"url": "https://github.com/Milkshiift/GoofCord/issues"
},
"homepage": "https://github.com/Milkshiift/GoofCord",
"devDependencies": {
"@biomejs/biome": "2.3.15",
"@types/auto-launch": "^5.0.5",
"@types/bun": "1.3.9",
"@types/node": "25.2.3",
"@types/stegcloak": "1.0.2",
"@vencord/types": "1.14.1",
"electron": "40.4.0",
"electron-builder": "26.7.0",
"source-map-support": "github:onigoetz/node-source-map-support",
"typescript": "5.9.3"
},
"dependencies": {
"arrpc": "github:Milkshiift/arrpc",
"auto-launch": "github:Teamwork/node-auto-launch",
"electron-sync-store": "github:Milkshiift/electron-sync-store",
"picocolors": "1.1.1",
"preact": "^10.28.3",
"stegcloak": "github:Milkshiift/stegcloak-node"
},
"optionalDependencies": {
"@vencord/venmic": "6.1.0",
"venbind": "0.1.7"
},
"peerDependencies": {
"@typescript/native-preview": "^7.0.0-dev.20260212.1"
},
"trustedDependencies": [
"@biomejs/biome",
"bufferutil",
"electron",
"arrpc"
],
"engines": {
"node": ">=21.0.0"
},
"type": "module"
}