diff --git a/packages.json b/packages.json index e19495b..c295a0a 100644 --- a/packages.json +++ b/packages.json @@ -26280,8 +26280,24 @@ "name": "capstone", "url": "https://github.com/hdbg/capstone-nim", "method": "git", - "tags": ["wrapper", "disasm"], - "description":"Capstone3 high-level wrapper", + "tags": [ + "wrapper", + "disasm" + ], + "description": "Capstone3 high-level wrapper", "license": "MIT" + }, + { + "name": "ipfshttpclient", + "url": "https://github.com/xflywind/ipfshttpclient", + "method": "git", + "tags": [ + "ipfs", + "http", + "api" + ], + "description": "ipfs http client", + "license": "Apache-2.0", + "web": "https://github.com/xflywind/ipfshttpclient" } ]