create-kvell-app
Version:
Command line tool to setup Node.js applications
34 lines (33 loc) • 701 B
JSON
{
"name": "basic-template",
"version": "1.0.0",
"description": "",
"scripts": {
"start": "kvell-scripts start",
"build": "kvell-scripts build",
"debug": "kvell-scripts debug",
"test": "kvell-scripts test",
"generate": "kvell-gen"
},
"author": "",
"license": "ISC",
"dependencies": {},
"eslintConfig": {
"extends": "kvell-scripts"
},
"apidoc": {
"name": "apidoc-example",
"version": "0.1.0",
"description": "Api documentation for the project",
"title": "Title",
"header": {
"title": "My own header title"
},
"footer": {
"title": "My own footer title"
},
"template": {
"withGenerator": true
}
}
}