{ "name": "singlog", "authors": [ "Alexander Zhirov " ], "homepage": "https://git.zhirov.kz/dlang/singlog.git", "license": "GPL-2.0", "copyright": "© Alexander Zhirov, 2023", "description": "Singleton for simple logging", "targetName": "singlog", "configurations": [ { "name": "library", "targetType": "library", "targetPath": "lib" }, { "name": "test", "targetType": "executable", "targetPath": "bin", "targetName": "test", "importPaths": ["source","tests"], "sourcePaths": ["tests"] } ], "dependencies": { "datefmt": "~>1.0.4" } }