Skip to content

4070 - App Manifest

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

maml
{
  name: "dandelion-sport"
  version: "0.8.19"
  description: "Upgradable radical capacity"

  keywords: [
    "bonfire"
    "shore"
    "crafty"
  ]

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

  author: {
    name: "Reva Crona"
    email: "Cecelia.Walsh-Pouros81@hotmail.com"
    url: "https://glum-sock.info/"
  }
}

See Also