Files
chatc2/package.json
T
2026-06-23 12:42:14 +00:00

28 lines
603 B
JSON

{
"name": "chatc2",
"version": "2.0.0",
"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",
"postinstall": "node scripts/postinstall.js"
},
"keywords": [
"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"
}
}