Files
Images-Scrapper-JS/package.json
2026-03-04 21:58:20 +01:00

17 lines
318 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": {
"cheerio": "^1.2.0",
"express": "^5.2.1"
}
}