From 8451ba6e3d917f9816fc04653b7c0b002151549a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zlatko=20=C4=90uri=C4=87?= Date: Sun, 13 Apr 2025 12:19:08 +0200 Subject: [PATCH] dragon commit --- .gitignore | 4 ++++ module.json | 37 +++++++++++++++++++++++++++++++++++++ package.json | 12 ++++++++++++ 3 files changed, 53 insertions(+) create mode 100644 .gitignore create mode 100644 module.json create mode 100644 package.json diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9ed0cd9 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +/packs/ +/node_modules/ +tmp/ +.idea/ diff --git a/module.json b/module.json new file mode 100644 index 0000000..ccd4ab7 --- /dev/null +++ b/module.json @@ -0,0 +1,37 @@ +{ + "id": "yet-another-timer", + "title": "Yet Another Timer", + "description": "A simple timer module", + "authors": [ + { + "name": "Zlatko", + "email": "zlatko@zlatko.dev", + "url": "https://zlatko.dev" + } + ], + "version": "0.1.0", + "compatibility": { + "minimum": 12, + "verified": 12 + }, + "languages": [ + { + "lang": "en", + "name": "English", + "path": "lang/en.json" + }, + { + "lang": "en", + "name": "English", + "path": "lang/en.json" + }, + { + "lang": "en", + "name": "English", + "path": "lang/en.json" + } + ], + "url": "https://zlatko.dev/projects/vtt-timer", + "manifest": "https://gitea.zlatko.dev/vtt/timer", + "download": "missing-url" +} diff --git a/package.json b/package.json new file mode 100644 index 0000000..42d36f4 --- /dev/null +++ b/package.json @@ -0,0 +1,12 @@ +{ + "name": "@zladuric/timer", + "version": "0.0.1", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "keywords": [], + "author": "Zlatko Duric (https://zlatko.dev/)", + "license": "MIT", + "description": "" +}