Update package-lock.json to match polysearch rename

Syncs lockfile with the project rename from image-search to polysearch.

💘 Generated with Crush

Assisted-by: Crush:deepseek-v4-flash-free
This commit is contained in:
Amansisa Tadese 2026-06-12 04:21:06 +03:00
parent 1b56f32c72
commit 5a56e9f519

6
package-lock.json generated
View file

@ -1,11 +1,11 @@
{
"name": "image-search",
"name": "polysearch",
"version": "2.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "image-search",
"name": "polysearch",
"version": "2.0.0",
"license": "MIT",
"dependencies": {
@ -14,7 +14,7 @@
"undici": "^7.27.1"
},
"bin": {
"image-search": "src/index.js"
"polysearch": "src/index.js"
},
"engines": {
"node": ">=18.0.0"