This commit is contained in:
Norayr Chilingarian 2026-04-06 01:05:06 +04:00
parent 1289f33c34
commit dd590283fc

View file

@ -1,23 +1,23 @@
{ {
"package": "irc", "Package": "irc",
"author": "noch", "Author": "noch",
"license": "GPL-3", "License": "GPL-3",
"version": "0.1.0", "Version": "0.1.0",
"remote": { "Remote": {
"type": "git", "Type": "git",
"path": "https://github.com/norayr/irc", "Path": "https://github.com/norayr/irc",
"tag": "0.1.0" "Tag": "0.1.0"
}, },
"dependencies": { "Dependencies": {
"time": "0.1.0", "time": "0.1.0",
"internet": "0.1.0", "internet": "0.1.0",
"lists": "0.1.0", "lists": "0.1.0",
"dbg": "0.1.0" "dbg": "0.1.0"
}, },
"build": [ "Build": [
{ {
"command": "voc -s", "Command": "voc -s",
"file": "src/IRC.Mod" "File": "src/IRC.Mod"
} }
] ]
} }