Appearance
470 - App Manifest
Full application manifest with metadata, dependencies, and scripts. This is an example of a MAML document.
maml
{
name: "outlaw-captain"
version: "2.4.1"
description: "Secured responsive attitude"
keywords: [
"vein"
"cantaloupe"
"delicious"
]
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: "Roberto Crona"
email: "Jordi_Murray@yahoo.com"
url: "https://easy-creator.biz/"
}
}