Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PkgJSON ¶
type PkgJSON struct { Name string `json:"name"` Version string `json:"version"` Author string `json:"author"` Description string `json:"description"` Dependencies map[string]string `json:"dependencies"` PeerDependencies map[string]string `json:"peerDependencies"` DevDependencies map[string]string `json:"devDependencies"` }
PkgJSON represents a node.js `package.json`
Click to show internal directories.
Click to hide internal directories.