25 lines
487 B
JSON
25 lines
487 B
JSON
{
|
|
"name": "intelaide-backend",
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"main": "server.js",
|
|
"scripts": {
|
|
"start": "node server.js"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"description": "",
|
|
"dependencies": {
|
|
"bcryptjs": "^3.0.2",
|
|
"body-parser": "^1.20.3",
|
|
"cors": "^2.8.5",
|
|
"dotenv": "^16.4.7",
|
|
"express": "^4.21.2",
|
|
"jsonwebtoken": "^9.0.2",
|
|
"multer": "^1.4.5-lts.1",
|
|
"mysql2": "^3.13.0",
|
|
"ollama": "^0.5.14"
|
|
}
|
|
}
|