Appearance
1377 - App Manifest
Full application manifest with metadata, dependencies, and scripts. This is an example of a MAML document.
maml
{
name: "disappointment-clamp"
version: "0.0.6"
description: "Devolved tangible forecast"
keywords: [
"underpants"
"going"
"bare"
]
scripts: {
dev: "node server.js --watch"
build: "tsc && esbuild src/index.ts --bundle --outfile=dist/index.js"
test: "vitest"
lint: "oxlint"
}
engines: {
node: ">=20"
}
author: {
name: "Murphy Blanda Jr."
email: "Tyrel95@hotmail.com"
url: "https://plump-sundae.com/"
}
}