package main type Project struct { Name string `json:"name"` RootPath string `json:"rootPath"` Paths []string `json:"paths"` Tags []string `json:"tags"` Enabled bool `json:"enabled"` }