nodejs

package
v0.2.9 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 23, 2025 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Configure

func Configure(opts ...option)

Types

type PNPMWorkspaceYAML

type PNPMWorkspaceYAML struct {
	Packages []string `json:"packages,omitempty"`
}

PNPMWorkspaceYAML is a partial representation of a pnpm-workspace.yaml file.

type PackageJSON

type PackageJSON struct {
	Name       string            `json:"name,omitempty"`
	Scripts    map[string]string `json:"scripts,omitempty"`
	Workspaces []string          `json:"workspaces,omitempty"`
}

PackageJSON is a partial representation of a package.json file.

type RushJSON added in v0.2.0

type RushJSON struct {
	Projects []RushProject `json:"projects,omitempty,omitzero"`
}

RushJSON is a partial representation of a rush.json file.

type RushProject added in v0.2.0

type RushProject struct {
	PackageName   string `json:"packageName,omitempty"`
	ProjectFolder string `json:"projectFolder,omitempty"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL