{
  "version": "2.0.0",
  "tasks": [
    {
      "label": "npm install",
      "type": "shell",
      "command": "npm install",
      "group": "build"
    },
    {
      "label": "npm test",
      "type": "shell",
      "command": "npm test",
      "group": "test"
    }
  ]
}