Versions in this module Expand all Collapse all v0 v0.1.0 Dec 22, 2025 Changes in this version + type NodePlugin struct + func (p *NodePlugin) DetectProject(path string) bool + func (p *NodePlugin) GetDefaultTasks(project *api.Project) []api.Task + func (p *NodePlugin) GetDependencies(ctx context.Context, project *api.Project, workspaceRoot string) ([]api.Dependency, error) + func (p *NodePlugin) InferProjectConfig(projectPath string, workspaceRoot string) (*api.Project, error) + func (p *NodePlugin) Name() string + func (p *NodePlugin) ValidateProject(project *api.Project, workspaceRoot string) []error + type PackageJSON struct + Dependencies map[string]string + DevDependencies map[string]string + Main string + Module string + Name string + PeerDeps map[string]string + Scripts map[string]string + Types string + Version string + Workspaces interface{}