Initial commit

This commit is contained in:
ION606
2022-07-24 08:49:29 +03:00
parent a720044014
commit 025fd90ab2
14 changed files with 3366 additions and 1 deletions
+22
View File
@@ -0,0 +1,22 @@
{
"name": "selmer-bot-website",
"version": "1.0.0",
"description": "",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "ION606",
"license": "ISC",
"dependencies": {
"btoa": "^1.2.1",
"discord.js": "^13.8.1",
"ejs": "^3.1.8",
"express": "^4.18.1",
"mongodb": "^4.8.0",
"nginx": "^1.0.8",
"node-fetch": "^3.2.9",
"undici": "^5.8.0"
},
"type": "module"
}