nwb
Version:
A toolkit for React, Preact & Inferno apps, React libraries and other npm modules for the web, with no configuration (until you need it)
23 lines (22 loc) • 479 B
JSON
{
"name": "{{name}}",
"version": "1.0.0",
"description": "Describe {{name}} here",
"private": true,
"scripts": {
"build": "nwb build-web-app",
"clean": "nwb clean-app",
"start": "nwb serve-web-app --reload",
"test": "nwb test",
"test:coverage": "nwb test --coverage",
"test:watch": "nwb test --server"
},
"dependencies": {
},
"devDependencies": {
"nwb": "{{nwbVersion}}"
},
"author": "",
"license": "MIT",
"repository": ""
}