@ -15,6 +15,11 @@
"type": "string",
"label": "Author"
},
"license": {
"label": "License",
"default": "MIT"
"sass": {
"type": "confirm",
"message": "Use sass?",
@ -3,6 +3,7 @@
"description": "{{ description }}",
"version": "1.0.0",
"author": "{{ author }}",
"license": "{{ license }}",
"private": true,
"scripts": {
"dev": "cross-env NODE_ENV=development webpack-dev-server --open --hot",