Files
Bella/package.json
T
admin b5f3067a6a chore: add project dependencies and configuration files
Initial setup of project dependencies including axios, express, dotenv, and other supporting packages. Added configuration files and documentation for project setup and usage.
2025-07-17 19:39:53 +08:00

16 lines
348 B
JSON

{
"name": "bella-ai-assistant",
"version": "1.0.0",
"description": "A multi-provider AI assistant backend for Bella.",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"dependencies": {
"axios": "^1.6.0",
"body-parser": "^1.20.2",
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"express": "^4.18.2"
}
}