22 lines
668 B
JSON
22 lines
668 B
JSON
{
|
|
"name": "Discord-Bot-Example",
|
|
"version": "1.0.0",
|
|
"description": "This is a template/example for a simple Discord bot in Discord.js, it also shows how to create Application Commands and also how to recieve command events in the Index file.",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@discordjs/rest": "0.1.0-canary.0",
|
|
"axios": "^0.24.0",
|
|
"discord-api-types": "^0.24.0",
|
|
"discord.js": "^13.2.0",
|
|
"dotenv": "^10.0.0",
|
|
"express": "^4.17.1",
|
|
"load-slash-commands": "^2.5.6",
|
|
"ws": "^8.2.3"
|
|
}
|
|
}
|