Files
hihala-dashboard/server/package.json
2026-02-16 10:59:55 +03:00

17 lines
356 B
JSON

{
"name": "hihala-salla-server",
"version": "1.0.0",
"description": "Backend server for Salla OAuth and API integration",
"main": "index.js",
"scripts": {
"start": "node index.js",
"dev": "node --watch index.js"
},
"dependencies": {
"axios": "^1.6.0",
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"express": "^4.18.2"
}
}