{
  "preview": {
    "order": 30,
    "category": "project",
    "frameworkSupport": {
      "cordova": true,
      "capacitor": true,
      "react-native": false
    },
    "description": "run a local web server for preview (execute `npm run monaca:preview` defined in package.json)",
    "longDescription": [
      "Starts a local web server that serves the www assets.",
      "",
      "Will watch the file-system for changes and reload the",
      "browser when a change occurs.",
      ""
    ],
    "usage": "monaca preview",
    "examples": [
      "monaca preview"
    ],
    "showInHelp": true,
    "aliases": ["serve"]
  }
}
