{
  "name": "the-script-build",
  "main": true,
  "args": [
    {
      "name": "dirname",
      "desc": "Project directory path",
      "type": "string"
    }
  ],
  "options": [
    {
      "name": "watch",
      "desc": "Run file watch",
      "short": "w"
    }
  ]
}