22 lines
567 B
JSON
22 lines
567 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",
|
|
"dotenv": "^8.2.0",
|
|
"lodash.clonedeep": "^4.5.0",
|
|
"randomstring": "^1.1.5"
|
|
}
|
|
}
|