diff --git a/packages.json b/packages.json index ffe8abf..852241e 100644 --- a/packages.json +++ b/packages.json @@ -225,6 +225,15 @@ "url": "https://git.jdb-software.com/jdb/slfmt.git", "web": "https://git.jdb-software.com/jdb/slfmt" }, + { + "name": "identcasing", + "description": "Little library to convert between identifier casing conventions.", + "license": "MIT", + "method": "git", + "tags": [ "ident", "camelCase", "kebab-case" ], + "url": "https://git.jdb-software.com/jdb/identcasing.git", + "web": "https://git.jdb-software.com/jdb/identcasing" + }, { "name": "hr", "description": "Terminal utility to print a horizontal rule to STDOUT.",