{
  "name": "test",
  "version": "0.0.1",
  "description": "",
  "main": "dist/app.js",
  "scripts": {
    "dev": "wepy build --watch",
    "build": "npm run clean && cross-env NODE_ENV=production wepy build --no-cache",
    "clean": "find ./dist -maxdepth 1 -not -name 'project.config.json' -not -name 'dist' | xargs rm -rf",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "wepy": {
    "module-a": false,
    "./src/components/list": "./src/components/wepy-list.wpy"
  },
  "author": "",
  "license": "MIT"
}
