Initial commit

This commit is contained in:
Yaser
2026-08-13 20:18:11 +03:30
commit b676ac6288
70 changed files with 8810 additions and 0 deletions

25
package.json Normal file
View File

@@ -0,0 +1,25 @@
{
"name": "shahoo-bff",
"version": "0.1.0",
"private": true,
"description": "BFF adapter: Shahoo /api/1/* → Fibitex Dalan/Dena",
"main": "src/index.js",
"scripts": {
"start": "node src/index.js",
"dev": "node --watch src/index.js",
"check:ranger": "node scripts/check-ranger-credentials.js"
},
"engines": {
"node": ">=16"
},
"dependencies": {
"axios": "^1.6.8",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"ioredis": "^5.4.1",
"multer": "^1.4.5-lts.1",
"uuid": "^9.0.1",
"ws": "^8.21.1"
}
}