{ "name": "chatc2", "version": "2.0.0", "description": "API REST multi-banco (PostgreSQL + Firebird) para a plataforma de atendimento Chatc2", "main": "src/server.js", "scripts": { "start": "node src/server.js", "dev": "node --watch src/server.js" }, "keywords": [ "postgres", "firebird", "api", "express" ], "author": "", "license": "ISC", "type": "commonjs", "dependencies": { "cors": "^2.8.6", "dotenv": "^16.4.7", "express": "^5.2.1", "ffmpeg-static": "^5.3.0", "jsonwebtoken": "^9.0.3", "node-firebird": "^2.3.1", "pg": "^8.21.0" } }