22 lines
491 B
JSON
22 lines
491 B
JSON
{
|
|
"name": "botanique",
|
|
"version": "0.0.1",
|
|
"description": "Bot discord",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@git.kennel.ml:ConfrerieDuKassoulait/Botanique.git"
|
|
},
|
|
"author": "La confrérie du Kassoulait",
|
|
"license": "GPL-3.0-only",
|
|
"dependencies": {
|
|
"discord.js": "^13.6.0",
|
|
"dotenv": "^16.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^8.13.0"
|
|
}
|
|
}
|