tasks.json

 1[
 2  {
 3    "label": "package script $ZED_CUSTOM_script",
 4    "command": "npm run",
 5    "args": ["$ZED_CUSTOM_script"],
 6    "tags": ["package-script"]
 7  },
 8  {
 9    "label": "composer script $ZED_CUSTOM_script",
10    "command": "composer",
11    "args": ["$ZED_CUSTOM_script"],
12    "tags": ["composer-script"]
13  }
14]