handlebars.nodejs.package.mustache Maven / Gradle / Ivy
{
"name": "{{projectName}}",
"version": "{{appVersion}}",
"description": "{{{appDescription}}}",
"main": "index.js",
{{^googleCloudFunctions}}
"scripts": {
"prestart": "npm install",
"start": "node index.js"
},
{{/googleCloudFunctions}}
"keywords": [
"swagger"
],
"license": "Unlicense",
"private": true,
"dependencies": {
{{^googleCloudFunctions}}
"connect": "^3.2.0",
{{/googleCloudFunctions}}
"js-yaml": "^3.3.0",
"oas3-tools": "^2.2.3"
}
}