19 lines
479 B
JSON
19 lines
479 B
JSON
|
{
|
||
|
"name": "educ-bot",
|
||
|
"version": "1.0.0",
|
||
|
"description": "Un petit bot d'éduc pop pour Discord (WIP). Il permet de voir qui secoue les mains dans une discussion vocale.",
|
||
|
"main": "index.js",
|
||
|
"scripts": {
|
||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "ssh://git@git.jean-cloud.net:22529/theolem/educ-bot.git"
|
||
|
},
|
||
|
"author": "",
|
||
|
"license": "ISC",
|
||
|
"dependencies": {
|
||
|
"discord.js": "^12.1.1"
|
||
|
}
|
||
|
}
|