-
-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 745 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 745 Bytes
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
{
"name": "discord-bot",
"version": "2.0.0",
"description": "Evil Insult Generator Discord Bot",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/EvilInsultGenerator/discord-bot.git"
},
"author": "Astrydax",
"license": "The Unlicense",
"bugs": {
"url": "https://github.com/EvilInsultGenerator/discord-bot/issues"
},
"homepage": "https://evilinsult.com/",
"dependencies": {
"@discordjs/builders": "^0.11.0",
"@discordjs/rest": "^0.2.0-canary.0",
"@keyv/sqlite": "^3.0.0",
"axios": "^1.6.0",
"discord-api-types": "^0.26.1",
"discord.js": "^13.6.0",
"keyv": "^4.0.5"
}
}