UNPKG

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