UNPKG

696 BJSONView Raw
1{
2 "defaults": {
3 "scriptName": "bash_completion.sh",
4 "x-codegen-curl-options": "--location"
5 },
6 "transformations": [
7 { "input": "api_doc.mustache", "output": "api_doc.md" },
8 { "input": "bash-completion.mustache", "output": "bash-completion.sh" },
9 { "input": "client.mustache", "output": "client.sh" },
10 { "input": "Dockerfile.mustache", "output": "Dockerfile" },
11 { "input": "model_doc.mustache", "output": "model_doc.md" },
12 { "input": "README.mustache", "output": "README.md" },
13 { "input": "README.md", "output": "CODEGEN.md" },
14 { "input": "zsh-completion.mustache", "output": "zsh-completion.sh" }
15 ]
16}