alterações de melhorias

This commit is contained in:
2026-06-24 14:13:09 +00:00
parent d942694ec0
commit 29190cd71c
34 changed files with 2570 additions and 950 deletions
+6
View File
@@ -6,6 +6,11 @@
"scripts": {
"start": "node src/server.js",
"dev": "node --watch src/server.js",
"pm2:start": "pm2 start ecosystem.config.js",
"pm2:stop": "pm2 stop chatc2",
"pm2:restart": "pm2 restart chatc2",
"pm2:logs": "pm2 logs chatc2",
"pm2:status": "pm2 status",
"postinstall": "node scripts/postinstall.js"
},
"keywords": [
@@ -21,6 +26,7 @@
"dotenv": "^16.4.7",
"express": "^5.2.1",
"ffmpeg-static": "^5.3.0",
"helmet": "^8.2.0",
"jsonwebtoken": "^9.0.3",
"node-firebird": "^2.3.1"
}