{
	"version": "2.0.0",
	"tasks": [
		{
			"type": "npm",
			"script": "dev",
			"problemMatcher": [],
			"label": "npm: dev",
			"detail": "lerna run dev --scope=@staticcms/core",
			"group": {
				"kind": "build",
				"isDefault": true
			}
		}
	]
}