Skip to content

1019 - Package Config

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

maml
{
  name: "ethyl-remarkable"
  version: "7.20.0"
  description: "Tempus aestus suspendo."
  license: "MIT"

  author: "Mr. Chris Breitenberg"
  homepage: "https://passionate-monster.net"
  repository: "https://github.com/Troy.Borer/ethyl-remarkable"

  private: false
  type: "module"
}

See Also