package
Version:
v0.6.25
Opens a new window with list of versions in this module.
Published: Dec 8, 2025
License: AGPL-3.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package packagejson provides NodeJS/Bun package.json parsing.
type Package struct {
Name string `json:"name"`
Module string `json:"module"`
Type string `json:"type"`
DevDependencies map[string]string `json:"devDependencies"`
}
Open and parse the given file name.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.