-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 948 Bytes
/
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
{
"name": "rdl.js",
"version": "1.1.0",
"description": "The official SDK/API Wrapper for Rovel Discord List",
"main": "./src/index.js",
"displayName": "RDL.js",
"repository": {
"type": "git",
"url": "git+https://github.com/rovelstars/rdl.js.git"
},
"keywords": [
"rovel",
"discord",
"list",
"topgg",
"bots",
"servers",
"emojis",
"users",
"sdk",
"wrapper",
"api",
"bot",
"discord.js",
"botlist",
"listing",
"com",
"rdl",
"rovel",
"stars",
"good",
"awesome",
"popular"
],
"author": "rovelstars",
"maintainers": [
"mrTomatoLegit"
],
"license": "AGPL-3.0-or-later",
"bugs": {
"url": "https://github.com/rovelstars/rdl.js/issues"
},
"homepage": "https://discord.rovelstars.com",
"dependencies": {
"discord.js": "^12.5.3",
"rovel.js": "^1.2.0"
},
"optionalDependencies": {
"express": "^4.17.1"
}
}