Botanique/package.json
2022-04-18 15:01:42 +02:00

21 lines
466 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"
},
"devDependencies": {
"eslint": "^8.13.0"
}
}