-
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 616 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 616 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
{
"name": "Discord-chatbot",
"version": "0.0.1",
"description": "multi guild' discord Chatbot using discord.js by cwkhan",
"main": "server.js",
"scripts": {
"start": "node index.js"
},
"dependencies": {
"discord.js": "^12.5.3",
"discord-reply": "^0.1.0",
"cwk-api": "^1.0.8",
"quick.db": "^7.1.3",
"ascii-table": "^0.0.9",
"fs": "^0.0.2"
},
"engines": {
"node": "14.x"
},
"repository": {
"url": "https://github.com/khanmanan/discord-chatbot.git"
},
"license": "apache.2.0",
"keywords": [
"discord",
"chatbot",
"youtube",
"cwkhan"
]
}