🚀 Auto-deploy: Camila atualizado em 25/05/2026 19:09:25

This commit is contained in:
2026-05-25 19:09:25 +00:00
parent 0cef1eab63
commit ad15566914
647 changed files with 73807 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
{
"name": "camila-chatgpt-clone",
"version": "1.0.0",
"description": "Replica do ChatGPT moderna com autenticação e integração OpenRouter",
"main": "server.js",
"scripts": {
"start": "node server.js",
"dev": "node --watch server.js"
},
"dependencies": {
"cookie-parser": "^1.4.6",
"dotenv": "^16.4.5",
"express": "^4.19.2"
}
}