mirror of
https://github.com/ferdikoomen/openapi-typescript-codegen.git
synced 2025-12-08 20:16:21 +00:00
20 lines
263 B
Plaintext
20 lines
263 B
Plaintext
[licenses]
|
|
accepted = [
|
|
"MIT",
|
|
"BSD",
|
|
"0BSD",
|
|
"BSD-2-Clause",
|
|
"BSD-3-Clause",
|
|
"Apache-2.0",
|
|
"CC-BY-3.0",
|
|
"CC-BY-4.0",
|
|
"CC0-1.0",
|
|
"ISC"
|
|
]
|
|
|
|
[dependencies]
|
|
ignored = []
|
|
|
|
[behavior]
|
|
run_only_on_dependency_modification = true
|
|
do_not_block_pr = true |