-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
38 lines (38 loc) · 840 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
{
"name": "reaction-role",
"version": "2.1.0",
"description": "ReactionRole is a module that allows you to create Discord reaction role easily!",
"main": "classes/ReactionRole.js",
"scripts": {
"test": "node test.js",
"start": "node test.js"
},
"dependencies": {
"discord.js": "^12.2.0",
"mongoose": "^5.9.22"
},
"repository": {
"url": "https://github.com/barbarbar338/reaction-role"
},
"license": "MIT",
"engines": {
"node": "12.x"
},
"keywords": [
"discord",
"bot",
"reaction",
"role",
"reaction-role",
"discord-bot",
"emoji",
"role",
"emoji-role",
"save",
"database",
"mongodb",
"mongoose",
"mongo",
"rr"
]
}