22 أسطر
463 B
JSON
22 أسطر
463 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|