UNPKG

459 BJSONView Raw
1{
2 "name": "testapp",
3 "version": "1.0.0",
4 "description": "",
5 "main": "index.js",
6 "scripts": {
7 "clean": "fz-react-cli clean build unittest coverage",
8 "docs":"fz-react-cli docs",
9 "component":"fz-react-cli build:component",
10 "component:umd":"fz-react-cli build:component:umd",
11 "start": "fz-react-cli start",
12 "build": "fz-react-cli build",
13 "test": "npm run clean && fz-react-cli test"
14 },
15 "author": "",
16 "license": "ISC"
17}