12 lines
363 B
JSON
12 lines
363 B
JSON
{
|
|
"$schema": "https://json-schema.org/draft-07/schema",
|
|
"title": "Update RepoUtils Script Settings",
|
|
"description": "Configuration for the Update-RepoUtils utility.",
|
|
"repository": {
|
|
"url": "https://github.com/MAKS-IT-COM/maksit-repoutils.git",
|
|
"sourceSubdirectory": "src",
|
|
"preserveFileName": "scriptsettings.json",
|
|
"cloneDepth": 1
|
|
}
|
|
}
|