{
    "version": "2.0.0",
    "tasks": [
        {
            "type": "npm",
            "script": "build",
            "group": {
                "kind": "build",
                "isDefault": true
            },
            "problemMatcher": [
                "$tsc"
            ],
            "label": "npm: build",
            "detail": "Build the driver"
        },
        {
            "type": "npm",
            "script": "dev",
            "path": "example",
            "problemMatcher": [],
            "label": "npm: dev - example",
            "detail": "cubejs-server"
        }
    ]
}
