generated from Talarchives/akairo-botbase
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 904 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
{
"name": "support-bot",
"version": "1.0.0",
"description": "A crappy support bot",
"main": "src/index.js",
"scripts": {
"test": "nodemon -r dotenv/config .",
"start": "node -r dotenv/config ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/Ta1al/support-bot.git"
},
"keywords": [
"discord",
"bot"
],
"author": "Talal",
"license": "ISC",
"bugs": {
"url": "https://github.com/Ta1al/support-bot/issues"
},
"homepage": "https://github.com/Ta1al/support-bot#readme",
"dependencies": {
"better-logging": "^4.4.0",
"chalk": "^4.1.0",
"common-tags": "^1.8.0",
"discord-akairo": "^8.1.0",
"discord.js": "^12.5.1",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"hastebin-gen": "^2.0.5",
"mongoose": "^5.11.8",
"node-fetch": "^2.6.1",
"util": "^0.12.3"
}
}