-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.21 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
{
"name": "discord2terminal",
"version": "1.0.0",
"description": "Use Discord from the terminal!",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TheUntraceable/Discord2Terminal.git"
},
"keywords": [
"Discord",
"terminal",
"DiscordTerminal",
"DiscordRPC",
"RPC",
"NotSelfBotting",
"Discord2Terminal",
"DiscordToTerminal",
"Discord4Terminal",
"DiscordForTerminal"
],
"author": "TheUntraceable",
"license": "MIT",
"bugs": {
"url": "https://github.com/TheUntraceable/Discord2Terminal/issues"
},
"homepage": "https://github.com/TheUntraceable/Discord2Terminal#readme",
"dependencies": {
"@theuntraceable/discord-rpc": "^4.0.7",
"better-sqlite3": "^7.6.2",
"chalk": "4.0.0",
"clipboardy": "^3.0.0",
"discord-interactions": "^3.2.0",
"discord.js": "^14.3.0",
"express": "^4.18.1",
"got": "^12.4.1",
"inquirer": "^9.1.1",
"marked": "^4.1.0",
"marked-terminal": "^5.1.1",
"mongodb": "^4.9.0",
"nanospinner": "^1.1.0",
"progress": "^2.0.3",
"quick.db": "^9.0.6",
"socket.io": "^4.5.3"
}
}