-
Notifications
You must be signed in to change notification settings - Fork 22
/
config-node.json
39 lines (39 loc) · 1.21 KB
/
config-node.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"npmName": "conekta",
"generateSourceCodeOnly": "false",
"npmVersion": "6.0.3",
"packageUrl": "https://developers.conekta.com/",
"projectName": "conekta-node",
"appDescription": "Conekta Node Library",
"useOneOfDiscriminatorLookup": true,
"nonCompliantUseDiscriminatorIfCompositionFails": false,
"httpUserAgent": "Conekta/v2 NodeBindings",
"files": {
"/local/CODE_OF_CONDUCT.md": {},
"/local/AUTHORS.md": {},
"/local/LICENSE": {},
"/local/conekta.png": {},
"/local/CONTRIBUTING.md" : {},
"VERSION.mustache" : {
"templateType": "SupportingFiles",
"destinationFilename": "VERSION"
}
},
"gitUserId": "conekta",
"gitRepoId": "conekta-node",
"modern": true,
"disallowAdditionalPropertiesIfNotPresent": true,
"invokerPackage": "Conekta",
"useObjectParameters": true,
"npmRepository": "https://www.npmjs.com/package/conekta",
"supportsES6": true,
"legacyDiscriminatorBehavior": true,
"modelPackage" : "model",
"apiPackage" : "api",
"withSeparateModelsAndApi": true,
"withInterfaces" :true,
"templateDir": "/local/templates/node",
"enumPropertyNaming" : "camelCase",
"paramNaming" : "camelCase",
"apiVersion" :"application/vnd.conekta-v2.1.0+json"
}