Example 6674

App Manifest

Full application manifest with metadata, dependencies, and scripts.

{
name: "airline-climb"
version: "5.4.11"
description: "Compatible analyzing hub"

keywords: [
"pop"
"boulevard"
"comfortable"
]

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

author: {
name: "Desiree Walker"
email: "Julie.Crist@hotmail.com"
url: "https://handy-subsidy.net"
}
}

See also