Initalisation du projet
This commit is contained in:
parent
f833b389b4
commit
f3c82f5586
2 changed files with 2020 additions and 0 deletions
1999
package-lock.json
generated
Normal file
1999
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load diff
21
package.json
Normal file
21
package.json
Normal 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"
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in a new issue