From 2caa5e77bb76b113fa073306c9a0d766f54f8f22 Mon Sep 17 00:00:00 2001 From: rlacroix Date: Sat, 7 Nov 2020 16:04:42 +0100 Subject: [PATCH] gitignore and packages --- package-lock.json | 4 +++- package.json | 19 +++++++++++++++++++ 2 files changed, 22 insertions(+), 1 deletion(-) create mode 100644 package.json diff --git a/package-lock.json b/package-lock.json index 8cb61e0..11af94b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", diff --git a/package.json b/package.json new file mode 100644 index 0000000..5b3b9e5 --- /dev/null +++ b/package.json @@ -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" +}