From 1fbc4577249103e1d9b79713232f611c7af830d7 Mon Sep 17 00:00:00 2001 From: George Lemon Date: Fri, 2 Jun 2023 03:26:39 +0300 Subject: [PATCH] Added package denim (#2616) Co-authored-by: ringabout <43030857+ringabout@users.noreply.github.com> --- packages.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/packages.json b/packages.json index 6aefef2..18064f2 100644 --- a/packages.json +++ b/packages.json @@ -30365,6 +30365,23 @@ "license": "MIT", "web": "https://github.com/deNULL/facedetect" }, + { + "name": "denim", + "url": "https://github.com/openpeeps/denim", + "method": "git", + "tags": [ + "node", + "nodejs", + "bun", + "bunsh", + "napi", + "addon", + "toolkit" + ], + "description": "DENIM - Nim code to Bun.js/Node.js in seconds via NAPI", + "license": "MIT", + "web": "https://github.com/openpeeps/denim" + }, { "name": "bro", "url": "https://github.com/openpeeps/bro",