From 1eee92e5a38584d861cea992e9791af02059d34d Mon Sep 17 00:00:00 2001 From: "a.a.d" Date: Mon, 28 Jul 2025 17:52:19 +0330 Subject: [PATCH] Added package chronim (#3083) --- packages.json | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/packages.json b/packages.json index 43b48ac..99151b7 100644 --- a/packages.json +++ b/packages.json @@ -35870,5 +35870,21 @@ "description": "Parser for Morrowind's .esp/.esm modding files", "license": "MIT NON-AI License", "web": "https://baedoor.github.io/projects/esp.html" - } + }, + { + "name": "chronim", + "url": "https://github.com/aad1995/chronim", + "method": "git", + "tags": [ + "cdp", + "chrome", + "devtools", + "webassembley", + "nim", + "automation" + ], + "description": "Chronim is Chrome DevTools Protocol (CDP) for Nim lang", + "license": "MIT", + "web": "https://github.com/aad1995/chronim" + } ]