gitignore and packages
This commit is contained in:
parent
8fd44f339b
commit
2caa5e77bb
2 changed files with 22 additions and 1 deletions
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,6 +1,8 @@
|
|||
{
|
||||
"requires": true,
|
||||
"name": "bot-des-2mics_aka-le-toutou",
|
||||
"version": "1.0.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
"@discordjs/collection": {
|
||||
"version": "0.1.6",
|
||||
|
|
19
package.json
Normal file
19
package.json
Normal file
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"name": "bot-des-2mics_aka-le-toutou",
|
||||
"version": "1.0.0",
|
||||
"description": "Le bot des 2MICs + Fas num (mais si on les aime bien rhoo la la)",
|
||||
"main": "main.js",
|
||||
"dependencies": {
|
||||
"discord.js": "^12.4.1"
|
||||
},
|
||||
"devDependencies": {},
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://git.etud.insa-toulouse.fr/rlacroix/Bot-des-2MICS_Aka-le-Toutou.git"
|
||||
},
|
||||
"author": "Raphael Lacroix (embêté par JY et Gérald)",
|
||||
"license": "ISC"
|
||||
}
|
Loading…
Reference in a new issue