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:
parent
1b56f32c72
commit
5a56e9f519
1 changed files with 3 additions and 3 deletions
6
package-lock.json
generated
6
package-lock.json
generated
|
|
@ -1,11 +1,11 @@
|
||||||
{
|
{
|
||||||
"name": "image-search",
|
"name": "polysearch",
|
||||||
"version": "2.0.0",
|
"version": "2.0.0",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "image-search",
|
"name": "polysearch",
|
||||||
"version": "2.0.0",
|
"version": "2.0.0",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
@ -14,7 +14,7 @@
|
||||||
"undici": "^7.27.1"
|
"undici": "^7.27.1"
|
||||||
},
|
},
|
||||||
"bin": {
|
"bin": {
|
||||||
"image-search": "src/index.js"
|
"polysearch": "src/index.js"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=18.0.0"
|
"node": ">=18.0.0"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue