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": [
"openapi-tools"
],
"license": "Unlicense",
"private": true,
"dependencies": {
{{^googleCloudFunctions}}
"connect": "^3.2.0",
{{/googleCloudFunctions}}
"js-yaml": "^3.3.0",
"swagger-tools": "0.10.1"
}
}