Ajustes 2306
This commit is contained in:
+4
-5
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user