Skip to content

1707 - Package Config

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

maml
{
  name: "poetry-musty"
  version: "3.8.7"
  description: "Taedium absum cotidie tredecim textilis."
  license: "ISC"

  author: "Frederick Collier"
  homepage: "https://finished-legging.com/"
  repository: "https://github.com/Franklin90/poetry-musty"

  private: false
  type: "module"
}

See Also