2023-03-23 09:20:46 +00:00
|
|
|
{
|
|
|
|
"name": "singlog",
|
|
|
|
"authors": [
|
|
|
|
"Alexander Zhirov <alexander@zhirov.kz>"
|
|
|
|
],
|
|
|
|
"homepage": "https://git.zhirov.kz/dlang/singlog.git",
|
|
|
|
"license": "GPL-2.0",
|
|
|
|
"copyright": "© Alexander Zhirov, 2023",
|
|
|
|
"description": "Singleton for simple logging",
|
|
|
|
"targetType": "library",
|
|
|
|
"targetPath": "lib",
|
|
|
|
"targetName": "singlog",
|
2023-04-27 18:08:12 +00:00
|
|
|
"configurations": [
|
|
|
|
{
|
|
|
|
"name": "library",
|
|
|
|
"targetType": "library",
|
|
|
|
"targetPath": "lib"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "test",
|
|
|
|
"targetType": "executable",
|
|
|
|
"targetPath": "bin",
|
|
|
|
"targetName": "app",
|
|
|
|
"importPaths": ["source","tests"],
|
|
|
|
"sourcePaths": ["tests"]
|
|
|
|
}
|
|
|
|
],
|
2023-03-23 09:20:46 +00:00
|
|
|
"dependencies": {
|
|
|
|
"datefmt": "~>1.0.4"
|
|
|
|
}
|
|
|
|
}
|