diff --git a/packages.json b/packages.json index 8b5c310..4b8a9bf 100644 --- a/packages.json +++ b/packages.json @@ -6774,6 +6774,19 @@ "license": "Apache License 2.0", "web": "https://github.com/status-im/nim-chronicles" }, + { + "name": "zxcvbn", + "url": "https://github.com/status-im/nim-zxcvbn", + "method": "git", + "tags": [ + "security", + "passwords", + "entropy" + ], + "description": "Nim bindings for the zxcvbn-c password strength estimation library", + "license": "Apache License 2.0", + "web": "https://github.com/status-im/nim-zxcvbn" + }, { "name": "stb_image", "url": "https://gitlab.com/define-private-public/stb_image-Nim.git",