{
    "verbose": true,
    "events": {
        "restart": "babel src -d lib"
    },
    "watch": [
        "./src"
    ]
}