From 61ae2f4fd26412336ea4b71f1e80a77c075b396b Mon Sep 17 00:00:00 2001 From: Welnay Date: Wed, 20 Apr 2022 23:36:24 +0000 Subject: [PATCH] Upload New File --- package.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..58e9ee6 --- /dev/null +++ b/package.json @@ -0,0 +1,17 @@ +{ + "name": "test-bot", + "version": "1.0.0", + "description": "", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "keywords": [], + "author": "", + "license": "ISC", + "dependencies": { + "discord.js": "13.6.0", + "dotenv": "16.0.0", + "glob": "7.2.0" + } +}