{ "version": "2.0.0", "tasks": [ { "label": "install/update", "command": "npm install", "type": "shell", "problemMatcher": [] }, { "label": "dev", "command": "npm run dev", "type": "shell", "problemMatcher": [] }, { "label": "check", "command": "npm run check", "type": "shell", "problemMatcher": [] }, { "label": "preview", "command": "npm run preview", "type": "shell", "problemMatcher": [], "dependsOn": [ "build" ] }, { "label": "build", "command": "npm run build", "type": "shell", "problemMatcher": [] } ] }