fix blacklist and add static create command, change node commands
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user