Example 4470

App Manifest

Full application manifest with metadata, dependencies, and scripts.

{
name: "innovation-airport"
version: "8.17.11"
description: "Adaptive reciprocal help-desk"

keywords: [
"fen"
"deployment"
"soupy"
]

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

author: {
name: "Mr. River Fisher"
email: "Margaret50@gmail.com"
url: "https://edible-cow.name"
}
}

See also