UNPKG

534 BJSONView Raw
1{
2 "defaults": {
3 },
4 "partials": {
5 },
6 "directories": [ "lib", "lib/Api" ],
7 "transformations": [
8 { "input": "README.mustache", "output": "README.md" },
9 { "input": "Setup.mustache", "output": "Setup.hs" },
10 { "input": "Types.mustache", "output": "lib/Api/Types.hs" },
11 { "input": "API.mustache", "output": "lib/Api/API.hs" },
12 { "input": "stack.mustache", "output": "stack.yaml" },
13 { "input": "haskell-servant-codegen.mustache", "output": "swagger-api.cabal" }
14 ]
15}