Example 12963

App Manifest

Full application manifest with metadata, dependencies, and scripts.

{
name: "airbus-challenge"
version: "6.0.10"
description: "Distributed value-added local area network"

keywords: [
"transom"
"scorn"
"teeming"
]

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: "Myrtice Wilkinson"
email: "Karen8@hotmail.com"
url: "https://tragic-millet.com/"
}
}

See also