forked from m7rlin/DiscordBot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 939 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": "discordbot",
"version": "1.26.2",
"description": "Discord Bot Clock",
"main": "src/index.js",
"scripts": {
"dev": "node src/index.js",
"dev:watch": "nodemon src/index.js",
"start": "node src/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/m7rlin/DiscordBot.git"
},
"keywords": [
"discord",
"discord-bot",
"discord-js"
],
"author": "Marcin Stawowczyk m7rlin",
"license": "MIT",
"bugs": {
"url": "https://github.com/m7rlin/DiscordBot/issues"
},
"homepage": "https://github.com/m7rlin/DiscordBot#readme",
"dependencies": {
"ascii-table": "0.0.9",
"axios": "^0.19.2",
"canvas": "^2.6.1",
"chalk": "^3.0.0",
"discord.js": "^12.0.2",
"dotenv": "^8.2.0",
"js-helpers": "github:m7rlin/js-helpers",
"js-yaml": "^3.13.1",
"nodemon": "^2.0.1"
}
}