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) • 492 B
JSON
{
"name": "{{name}}",
"version": "1.0.0",
"description": "Describe {{name}} here",
"private": true,
"scripts": {
"build": "nwb build-react-app",
"clean": "nwb clean-app",
"start": "nwb serve-react-app",
"test": "nwb test-react",
"test:coverage": "nwb test-react --coverage",
"test:watch": "nwb test-react --server"
},
"dependencies": {
},
"devDependencies": {
"nwb": "{{nwbVersion}}"
},
"author": "",
"license": "MIT",
"repository": ""
}