Botanique/package.json
2022-06-06 11:30:15 +02:00

22 lines
454 B
JSON

{
"name": "botanique",
"version": "0.0.1",
"description": "Bot discord",
"main": "index.js",
"scripts": {
"main": "node ."
},
"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"
}
}