mirror of
https://github.com/arthur-pbty/gestion-perso.git
synced 2026-06-03 15:07:27 +02:00
26 lines
799 B
JSON
26 lines
799 B
JSON
{
|
|
"name": "gestion",
|
|
"version": "1.0.0",
|
|
"description": "Le Bot Discord Gestion est un bot multifonction développé en JavaScript utilisant la bibliothèque Discord.js. Il est conçu pour offrir diverses fonctionnalités utiles pour les serveurs Discord.",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/Tutur33/gestion-perso.git"
|
|
},
|
|
"author": "Tutur33",
|
|
"license": "Apache-2.0",
|
|
"bugs": {
|
|
"url": "https://github.com/Tutur33/gestion-perso/issues"
|
|
},
|
|
"homepage": "https://github.com/Tutur33/gestion-perso#readme",
|
|
"dependencies": {
|
|
"discord-gamecord": "^4.4.1",
|
|
"discord.js": "^14.14.1",
|
|
"dotenv": "^16.4.5",
|
|
"sqlite3": "^5.1.7"
|
|
}
|
|
}
|