Skip to content

112 - Package Config

A package manager configuration file. This is an example of a MAML document.

maml
{
  name: "reboot-gummy"
  version: "2.14.2"
  description: "Demonstro temptatio canis."
  license: "Apache-2.0"

  author: "Gilbert Olson"
  homepage: "https://genuine-reporter.com"
  repository: "https://github.com/Baron.Boyer/reboot-gummy"

  private: false
  type: "module"
}

See Also