-
-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 739 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 739 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
30
31
32
33
34
{
"name": "dc-rpc",
"version": "2.0.0",
"description": "Discord Rich Presence with Buttons by SpicyDevs.",
"main": "index.js",
"scripts": {
"test": "node index.js",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SpicyDevs/dc-rpc.git"
},
"keywords": [
"discord",
"dc",
"rpc",
"richpresence",
"discordjs",
"bot"
],
"author": "Aayu5h",
"license": "ISC",
"bugs": {
"url": "https://github.com/SpicyDevs/dc-rpc/issues"
},
"homepage": "https://github.com/SpicyDevs/dc-rpc#readme",
"dependencies": {
"ascii-table": "^0.0.9",
"discord.js-selfbot-v13": "^2.14.11",
"dotenv": "^16.3.1",
"express": "^4.18.2"
}
}