Initalisation du projet

This commit is contained in:
Mylloon 2022-04-18 15:01:42 +02:00
parent f833b389b4
commit f3c82f5586
Signed by: Anri
GPG key ID: A82D63DFF8D1317F
2 changed files with 2020 additions and 0 deletions

1999
package-lock.json generated Normal file

File diff suppressed because it is too large Load diff

21
package.json Normal file
View file

@ -0,0 +1,21 @@
{
"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"
}
}