Example 10067

App Manifest

Full application manifest with metadata, dependencies, and scripts.

{
name: "exhaust-legging"
version: "0.20.18"
description: "Open-architected mission-critical standardization"

keywords: [
"complication"
"cellar"
"adolescent"
]

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

author: {
name: "Marcella Torp"
email: "Janelle_Veum@yahoo.com"
url: "https://fatherly-folklore.com"
}
}

See also