هذا الالتزام موجود في:
Abdelsabour
2025-09-03 03:03:42 +03:00
التزام 905ad8f612
10 ملفات معدلة مع 3201 إضافات و0 حذوفات

21
package.json Normal file
عرض الملف

@@ -0,0 +1,21 @@
{
"name": "backend",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^1.11.0",
"cors": "^2.8.5",
"express": "^5.1.0",
"puppeteer": "^24.17.0",
"puppeteer-cluster": "^0.24.0",
"puppeteer-extra": "^3.3.6",
"puppeteer-extra-plugin-stealth": "^2.11.2"
}
}