17 lines
199 B
JSON
17 lines
199 B
JSON
|
{
|
||
|
"name": "test",
|
||
|
"description": "Test suite for unittest-blocks",
|
||
|
"targetType": "library",
|
||
|
|
||
|
"dependencies": {
|
||
|
"tanya:middle": "*"
|
||
|
},
|
||
|
|
||
|
"sourcePaths": [
|
||
|
"."
|
||
|
],
|
||
|
"importPaths": [
|
||
|
"."
|
||
|
]
|
||
|
}
|