dragon commit

This commit is contained in:
Zlatko Đurić 2025-04-13 12:19:08 +02:00
commit 8451ba6e3d
3 changed files with 53 additions and 0 deletions

4
.gitignore vendored Normal file
View File

@ -0,0 +1,4 @@
/packs/
/node_modules/
tmp/
.idea/

37
module.json Normal file
View File

@ -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"
}

12
package.json Normal file
View File

@ -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 <zlatko@zlatko.dev> (https://zlatko.dev/)",
"license": "MIT",
"description": ""
}