Skip to content

569 - App Manifest

Full application manifest with metadata, dependencies, and scripts. This is an example of a MAML document.

maml
{
  name: "label-bourgeoisie"
  version: "8.18.2"
  description: "Universal hybrid capacity"

  keywords: [
    "accompanist"
    "ice-cream"
    "speedy"
  ]

  scripts: {
    dev: "node server.js --watch"
    build: "tsc && esbuild src/index.ts --bundle --outfile=dist/index.js"
    test: "vitest"
    lint: "biome check"
  }
  engines: {
    node: ">=22"
  }

  author: {
    name: "Breanne Herman"
    email: "Moses27@yahoo.com"
    url: "https://prickly-exhaust.net/"
  }
}

See Also