forked from SherRao/SherBot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 982 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
{
"dependencies": {
"discord.js": "^12.5.3",
"discord.js-light": "^3.5.11",
"dotenv": "^10.0.0",
"js-logger": "^1.6.1"
},
"devDependencies": {
"eslint": "^7.28.0",
"prettier": "2.3.1",
"prettier-eslint": "^12.0.0"
},
"name": "ccubedbot",
"description": "The Discord bot used on the official Computing Councils of Canada Discord server",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "cd src && node index.js",
"lint": "eslint .",
"lint-fix": "eslint --fix ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/ccubed-dev/DiscordBot.git"
},
"author": "Nausher Rao",
"license": "MIT",
"bugs": {
"url": "https://github.com/ccubed-dev/DiscordBot/issues"
},
"homepage": "https://github.com/ccubed-dev/DiscordBot#readme"
}