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)
29 lines (28 loc) • 581 B
JSON
{
"name": "{{name}}",
"version": "1.0.0",
"description": "Describe {{name}} here",
"main": "lib/index.js",{{esModulesPackageConfig}}
"files": [
"es",
"lib",
"umd"
],
"scripts": {
"build": "nwb build-web-module",
"clean": "nwb clean-module",
"prepublishOnly": "npm run build",
"test": "nwb test",
"test:coverage": "nwb test --coverage",
"test:watch": "nwb test --server"
},
"dependencies": {
},
"devDependencies": {
"nwb": "{{nwbVersion}}"
},
"author": "",
"homepage": "",
"license": "MIT",
"repository": ""
}