mirror of
https://github.com/vishapoberon/vipatsar.git
synced 2026-04-05 21:12:25 +00:00
20 lines
346 B
JSON
20 lines
346 B
JSON
{
|
|
"package": "skprLogger",
|
|
"author": "shekspir55",
|
|
"license": "GPL-3",
|
|
"version": "0.1.0",
|
|
"remote": {
|
|
"type": "git",
|
|
"path": "https://github.com/norayr/skprLogger",
|
|
"tag": "0.1.0"
|
|
},
|
|
"dependencies": {
|
|
"time": "0.1.0"
|
|
},
|
|
"build": [
|
|
{
|
|
"command": "voc -s",
|
|
"file": "src/skprLogger.Mod"
|
|
}
|
|
]
|
|
}
|