diff --git a/package.json b/package.json index ceeaeba..e71ebc0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ipfs_model_manager_js", - "version": "1.0.22", + "version": "1.0.25", "description": "This is a model manager and wrapper for huggingface, and it maintains an index of models from collections of models store retrieved through local/https/s3/ipfs/orbitdb, then maintains a state of which what models are currently accesible, and it will choose what files should be cached through local/s3/ipfs/ based on configuration settings.", "type": "module", "main": "index.js", @@ -12,33 +12,20 @@ "url": "git+https://github.com/endomorphosis/ipfs_model_manager_js.git" }, "dependencies": { - "@aws-sdk/client-s3": "^3.315.0", - "@aws-sdk/lib-storage": "^3.315.0", - "@chainsafe/libp2p-gossipsub": "^13.0.0", "@mwni/toml": "^1.0.0", - "@orbitdb/core": "^2.1.0", - "@orbitdb/quickstart": "^1.0.0", - "aws-sdk": "^2.1597.0", - "commander": "^11.0.0", "crypto": "^1.0.1", "deasync": "^0.1.29", "debug": "^4.3.4", "esm": "^3.2.25", - "ipfs_faiss_js": "^1.0.4", - "ipfs_kit_js": "^1.0.22", - "ipfs_huggingface_scraper_js": "^1.0.16", - "ipfs_model_manager_js": "^1.0.9", - "libp2p_kit_js": "^1.0.14", - "orbitdb_kit_js": "^1.0.9", + "fs-extra": "^11.2.0", + "ipfs_faiss_js": "^1.0.5", + "ipfs_huggingface_scraper_js": "^1.0.19", + "ipfs_kit_js": "^1.0.23", "is-stream": "^3.0.0", + "libp2p_kit_js": "^1.0.16", "moment": "^2.30.1", - "nodejs": "^0.0.0", - "npm": "^10.8.2", - "prompt-sync": "^4.2.0", - "prompt-sync-history": "^1.0.1", - "shutil": "^0.0.1", + "orbitdb_kit_js": "^1.0.11", "subprocess": "^0.3.0", - "sync-request": "6.1.0", "tar": "^7.1.0", "tmp": "^0.2.3" },