This repository has been archived by the owner on Jun 17, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 113
/
Copy pathpackage.json
60 lines (60 loc) · 1.58 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
{
"name": "discordrpcmaker",
"version": "2.1.1",
"description": "Cross-platform Discord Rich Presence Generator, WITH BUTTONS!",
"main": "./main.js",
"bin": {
"rpcmaker": "./main.js"
},
"scripts": {
"start": "electron-forge start",
"package": "electron-forge package",
"make": "electron-forge make"
},
"keywords": [
"discord",
"rpc",
"discord-rpc",
"cli",
"rich-presence",
"richpresence",
"rpcmaker",
"drpc",
"discordrpcmaker"
],
"author": {
"name": "ThatOneCalculator",
"email": "[email protected]",
"url": "https://t1c.dev/"
},
"funding": {
"type": "individual",
"url": "https://buymeacoffee.com/that1calculator"
},
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/ThatOneCalculator/DiscordRPCMaker/issues",
"email": "[email protected]"
},
"homepage": "https://github.com/ThatOneCalculator/DiscordRPCMaker",
"repository": "https://github.com/ThatOneCalculator/DiscordRPCMaker",
"dependencies": {
"@electron/remote": "^2.0.8",
"copy-to-clipboard": "^3.3.3",
"discord-rpc": "^4.0.1",
"electron-squirrel-startup": "^1.0.0",
"latest-version": "5.1.0",
"open-file-explorer": "^1.0.2"
},
"devDependencies": {
"@electron-forge/cli": "^6.0.3",
"@electron-forge/maker-deb": "^6.0.3",
"@electron-forge/maker-dmg": "^6.0.3",
"@electron-forge/maker-rpm": "^6.0.3",
"@electron-forge/maker-squirrel": "^6.0.3",
"@types/discord-rpc": "^4.0.3",
"@types/node": "^18.11.9",
"electron": "^22.0.0"
},
"packageManager": "[email protected]"
}