forked from SherRao/SherBot
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 1.11 KB
/
package.json
File metadata and controls
33 lines (33 loc) · 1.11 KB
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
{
"dependencies": {
"discord.js": "^12.5.3",
"discord.js-light": "^3.0.6",
"dotenv": "^10.0.0",
"firebase": "^8.10.1",
"firebase-admin": "^11.4.1",
"js-logger": "^1.6.1"
},
"devDependencies": {
"eslint": "^7.28.0",
"prettier": "2.3.1",
"prettier-eslint": "^12.0.0"
},
"name": "lauriercsbot",
"description": "SherBot is a lightweight skeleton for a Discord bot that can be used to create any bot! It has all the boilerplate code done for you, and is fully modular! You can add commands, events, and timed tasks - all fully modular!\r </blockquote>",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "cd src && node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LaurierCS/DiscordBot.git"
},
"author": "Nausher Rao",
"license": "MIT",
"bugs": {
"url": "https://github.com/LaurierCS/DiscordBot/issues"
},
"homepage": "https://github.com/LaurierCS/DiscordBot#readme"
}