-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 1.02 KB
/
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
39
40
41
{
"name": "mordeusz-discord-bot",
"version": "0.0.5",
"description": "Another crappy bot on Discord",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"setup": "node db-init.js && node deploy-commands.js",
"start": "node .",
"lint": "eslint ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/Kijek3/mordeusz-discord-bot.git"
},
"keywords": [
"discord",
"bot"
],
"author": "Filip Szymeczko",
"license": "ISC",
"bugs": {
"url": "https://github.com/Kijek3/mordeusz-discord-bot/issues"
},
"homepage": "https://github.com/Kijek3/mordeusz-discord-bot#readme",
"dependencies": {
"@discordjs/builders": "^0.6.0",
"@discordjs/rest": "^0.1.0-canary.0",
"chalk": "^4.1.2",
"cron": "^1.8.2",
"discord-api-types": "^0.22.0",
"discord.js": "^13.1.0",
"dotenv": "^10.0.0",
"node-fetch": "^2.6.1",
"sequelize": "^6.6.5",
"sqlite3": "^5.0.2"
},
"devDependencies": {
"eslint": "^7.32.0"
}
}