13 lines
247 B
JSON
13 lines
247 B
JSON
{
|
|
"name": "test-project",
|
|
"version": "1.0.0",
|
|
"description": "A test project for DataForge CLI",
|
|
"author": "Test Author",
|
|
"settings": {
|
|
"debug": true,
|
|
"timeout": 30,
|
|
"retries": 3
|
|
},
|
|
"tags": ["test", "cli", "dataforge"]
|
|
}
|