From 914e0a16669b89f53051a16b7ab95f410ea9e207 Mon Sep 17 00:00:00 2001 From: Dmitry Date: Sun, 1 Sep 2024 20:30:05 -0700 Subject: [PATCH] Add LilTag w/ git auto-update --- packages/l/liltag.json | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 packages/l/liltag.json diff --git a/packages/l/liltag.json b/packages/l/liltag.json new file mode 100644 index 000000000..fe78dc5c4 --- /dev/null +++ b/packages/l/liltag.json @@ -0,0 +1,36 @@ +{ + "name": "liltag", + "filename": "liltag.min.js", + "description": "LilTag is a simple JavaScript tag management system designed for developers, allowing dynamic loading of scripts based on specific triggers.", + "keywords": [ + "tag", + "management", + "dynamic", + "loader", + "gtm", + "tagmanager" + ], + "repository": { + "type": "git", + "url": "git://github.com/deeravenger/liltag.git" + }, + "license": "MIT", + "homepage": "https://github.com/deeravenger/liltag", + "autoupdate": { + "source": "git", + "target": "git://github.com/deeravenger/liltag.git", + "fileMap": [ + { + "basePath": "dist", + "files": [ + "*.js" + ] + } + ] + }, + "authors": [ + { + "name": "Dmitry Kuznetsov" + } + ] +}