2022-09-23 22:34:22 +02:00
|
|
|
{
|
2022-09-24 15:58:49 +02:00
|
|
|
"name": "mirage-config",
|
2022-09-25 19:17:50 +02:00
|
|
|
"description": "Configuration utilities supporting formats such as JSON",
|
2022-09-23 22:34:22 +02:00
|
|
|
"copyright": "Copyright © 2022, Mike Bierlee",
|
|
|
|
"authors": ["Mike Bierlee"],
|
|
|
|
"license": "MIT",
|
2022-09-25 18:03:26 +02:00
|
|
|
"configurations": [
|
|
|
|
{
|
|
|
|
"name": "library",
|
|
|
|
"targetType": "library"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "unittest",
|
|
|
|
"targetType": "executable",
|
|
|
|
"sourcePaths": ["source"]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "jsonExample",
|
|
|
|
"targetType": "executable",
|
|
|
|
"description": "Example of how to read and work with JSON configurations.",
|
|
|
|
"targetName": "jsonExample",
|
|
|
|
"sourcePaths": ["examples/json"],
|
|
|
|
"importPaths": ["source"],
|
|
|
|
"copyFiles": ["examples/json/config.json"],
|
|
|
|
"targetPath": "bin/examples/json",
|
|
|
|
"workingDirectory": "bin/examples/json"
|
|
|
|
}
|
|
|
|
]
|
2022-09-23 22:34:22 +02:00
|
|
|
}
|