fz-react-cli
Version:
A CLI tool for build modern web application and libraries
18 lines (17 loc) • 459 B
JSON
{
"name": "testapp",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"clean": "fz-react-cli clean build unittest coverage",
"docs":"fz-react-cli docs",
"component":"fz-react-cli build:component",
"component:umd":"fz-react-cli build:component:umd",
"start": "fz-react-cli start",
"build": "fz-react-cli build",
"test": "npm run clean && fz-react-cli test"
},
"author": "",
"license": "ISC"
}