forked from ThatOneCalculator/DiscordRPCMaker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.34 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
{
"name": "discordrpcmaker",
"version": "2.1.1",
"description": "Cross-platform Discord Rich Presence Generator, WITH BUTTONS!",
"main": "./main.js",
"bin": {
"rpcmaker": "./main.js"
},
"scripts": {
"run": "node ./main.js && exit 1",
"start": "electron main.js"
},
"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": "^1.1.0",
"child_process": "^1.0.2",
"copy-to-clipboard": "^3.3.1",
"discord-rpc": "^4.0.1",
"latest-version": "^6.0.0",
"open-file-explorer": "^1.0.2"
},
"pkg": {
"assets": [
"./node_modules/"
]
},
"devDependencies": {
"electron": "^13.0.0",
"electron-builder": "^22.10.5",
"fs": "^0.0.1-security"
}
}