Appearance
1572 - App Manifest
Full application manifest with metadata, dependencies, and scripts. This is an example of a MAML document.
maml
{
name: "lotion-hunt"
version: "1.9.3"
description: "Diverse AI-powered application"
keywords: [
"import"
"glider"
"austere"
]
scripts: {
dev: "node server.js --watch"
build: "tsc && esbuild src/index.ts --bundle --outfile=dist/index.js"
test: "vitest"
lint: "oxlint"
}
engines: {
node: ">=18"
}
author: {
name: "Bobby Collins"
email: "Jennings65@gmail.com"
url: "https://boiling-king.net/"
}
}