Initial Commit

Just the very very basics are there now. It is not usable at all yet though.
This commit is contained in:
SileNce5k 2025-01-10 18:53:32 +01:00
commit c0af804da1
Signed by: SileNce
GPG key ID: B0A142BB4291B204
15 changed files with 2000 additions and 0 deletions

20
package.json Normal file
View file

@ -0,0 +1,20 @@
{
"name": "dbot_mgmt",
"version": "0.0.1",
"description": "A web management for my discord bot https://github.com/silence5k/discord_bot.git",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node backend/server.js"
},
"author": "SileNce",
"license": "MIT-0",
"dependencies": {
"argon2": "^0.41.1",
"better-sqlite3": "^11.7.0",
"body-parser": "^1.20.3",
"cookie-parser": "^1.4.7",
"ejs": "^3.1.10",
"express": "^4.21.2"
}
}