Skip to content

3170 - App Manifest

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

maml
{
  name: "instance-gradient"
  version: "4.13.8"
  description: "AI-driven methodical migration"

  keywords: [
    "brace"
    "ignorance"
    "lone"
  ]

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

  author: {
    name: "Velda Bergstrom"
    email: "Americo_Hessel71@yahoo.com"
    url: "https://upbeat-wedding.org/"
  }
}

See Also