fix blacklist and add static create command, change node commands

This commit is contained in:
Rene Kievits
2024-09-16 06:47:19 +02:00
parent 9fd47761b0
commit a065618cdb
12 changed files with 261 additions and 112 deletions

View File

@@ -2,13 +2,16 @@
"dependencies": {
"discord.js": "^14.15.3",
"dotenv": "^16.4.5",
"dotenv-cli": "^7.4.2",
"jest": "^29.7.0",
"node-cron": "^3.0.3",
"pg": "^8.12.0",
"sequelize": "^6.37.3"
},
"scripts": {
"test": "jest"
"test": "jest",
"dev": "NODE_ENV=development dotenv -e .env.test node src/index.js",
"prod": "NODE_ENV=production dotenv -e .env.prod node src/index.js"
},
"devDependencies": {
"@eslint/js": "^9.10.0",