UNPKG

748 BJSONView Raw
1{
2 "defaults": {
3 "language": "typescript",
4 "supportsES6": true,
5 "gitUserId": "mermade",
6 "gitRepoId": "change-me",
7 "releaseNote": "Initial commit",
8 "npmName": "change-me",
9 "npmVersion": "1.0.0",
10 "npmRepository": "https://github.com/mermade/change-me"
11 },
12 "partials": {
13 "licenseInfo": "licenseInfo.mustache"
14 },
15 "transformations": [
16 { "input": "api.mustache", "output": "api.ts" },
17 { "input": "git_push.sh.mustache", "output": "git_push.sh" },
18 { "input": "gitignore", "output": ".gitignore" },
19 { "input": "package.mustache", "output": "package.json" },
20 { "input": "tsconfig.mustache", "output": "tsconfig.json" }
21 ]
22}