package
Version:
v0.1.0
Opens a new window with list of versions in this module.
Published: Jul 15, 2025
License: Apache-2.0
Opens a new window with license information.
Imports: 12
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func Configure(opts ...option)
type PNPMWorkspaceYAML struct {
Packages []string `json:"packages,omitempty"`
}
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.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.