deps

package
v1.5.0 Latest Latest
Warning

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

Go to latest
Published: Apr 2, 2026 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DepSummary

type DepSummary struct {
	Language     string       `json:"language"`
	TotalDeps    int          `json:"total_deps"`
	DevDeps      int          `json:"dev_deps"`
	Dependencies []Dependency `json:"dependencies"`
}

func ScanDependencies

func ScanDependencies(workDir string) *DepSummary

type Dependency

type Dependency struct {
	Name    string `json:"name"`
	Version string `json:"version"`
	Type    string `json:"type"`
}

Jump to

Keyboard shortcuts

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