Files
Images-Scrapper-JS/package.json

22 lines
451 B
JSON

{
"name": "images-scrapper-js",
"version": "1.0.0",
"description": "",
"license": "GPL-3.0",
"author": "GabiZar",
"type": "module",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"archiver": "^7.0.1",
"axios": "^1.13.6",
"cheerio": "^1.2.0",
"dotenv": "^17.3.1",
"express": "^5.2.1",
"express-rate-limit": "^8.3.1",
"mime": "^4.1.0"
}
}