Skip to content

1305 - Package Config

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

maml
{
  name: "feather-specific"
  version: "4.4.12"
  description: "Tam videlicet alius titulus."
  license: "ISC"

  author: "Wesley Terry"
  homepage: "https://unfortunate-conservative.net"
  repository: "https://github.com/Daisy_Stamm68/feather-specific"

  private: false
  type: "module"
}

See Also