first commit
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"name": "ZitateBot",
|
||||
"version": "1.0.0",
|
||||
"description": "Discord quote bot with dark-mode animated web form",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"start": "node index.js",
|
||||
"check": "node scripts/check.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"discord.js": "^14.21.0",
|
||||
"dotenv": "^16.6.1",
|
||||
"express": "^4.21.2",
|
||||
"express-session": "^1.18.1",
|
||||
"multer": "^2.0.2"
|
||||
},
|
||||
"private": true
|
||||
}
|
||||
Reference in New Issue
Block a user