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