-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 877 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 877 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
29
30
31
32
33
34
35
36
{
"name": "vendetta",
"version": "0.0.1",
"description": "Vendetta es un bot de Discord en JavaScript, con soporte para comandos con prefijo y comandos slash, enfocado en la API de Fortnite.",
"main": "src/index.js",
"scripts": {
"test": "echo \"Modo de pruebas activado\" && exit 1",
"start": "node .",
"dev": "nodemon"
},
"keywords": [
"discord",
"bot",
"fortnite",
"api",
"javascript"
],
"author": "@mynameispako",
"license": "CC-BY-NC-SA-4.0",
"dependencies": {
"axios": "^1.6.2",
"chalk": "^2.4.2",
"discord.js": "^14.14.1",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"fnbr": "^4.1.0",
"mongoose": "^7.6.5",
"nodemon": "^3.1.10",
"pm2": "^5.3.0",
"uuid": "^9.0.1"
},
"repository": {
"type": "git",
"url": "https://github.com/mynameispako/ruby-discord-bot.git"
}
}