Some checks failed
Test before pr merge / test-lint (pull_request) Failing after 8s
12 lines
210 B
JSON
12 lines
210 B
JSON
{
|
|
"name": "cpl",
|
|
"projects": [
|
|
"src/cli/cpl.project.json",
|
|
"src/core/cpl.project.json",
|
|
"test/cpl.project.json"
|
|
],
|
|
"defaultProject": "cpl-cli",
|
|
"scripts": {
|
|
"format": "black src"
|
|
}
|
|
} |