mirror of
https://github.com/Gabi-Zar/Images-Scrapper-JS.git
synced 2026-04-17 05:36:06 +02:00
17 lines
318 B
JSON
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"
|
|
}
|
|
}
|