34 lines
820 B
JSON
34 lines
820 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",
|
|
"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": [
|
|
"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",
|
|
"helmet": "^8.2.0",
|
|
"jsonwebtoken": "^9.0.3",
|
|
"node-firebird": "^2.3.1"
|
|
}
|
|
}
|