Ajustes 2306

This commit is contained in:
2026-06-23 12:42:14 +00:00
parent e7aa5f5333
commit cf720c37a1
18 changed files with 471 additions and 850 deletions
+4 -5
View File
@@ -1,14 +1,14 @@
{
"name": "chatc2",
"version": "2.0.0",
"description": "API REST multi-banco (PostgreSQL + Firebird) para a plataforma de atendimento Chatc2",
"description": "API REST Firebird para a plataforma de atendimento Chatc2",
"main": "src/server.js",
"scripts": {
"start": "node src/server.js",
"dev": "node --watch src/server.js"
"dev": "node --watch src/server.js",
"postinstall": "node scripts/postinstall.js"
},
"keywords": [
"postgres",
"firebird",
"api",
"express"
@@ -22,7 +22,6 @@
"express": "^5.2.1",
"ffmpeg-static": "^5.3.0",
"jsonwebtoken": "^9.0.3",
"node-firebird": "^2.3.1",
"pg": "^8.21.0"
"node-firebird": "^2.3.1"
}
}