Example 4562

App Manifest

Full application manifest with metadata, dependencies, and scripts.

{
name: "feather-sightseeing"
version: "1.10.12"
description: "Realigned high-level intranet"

keywords: [
"rosemary"
"deed"
"exhausted"
]

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

author: {
name: "Scottie Jacobson"
email: "Roberta34@gmail.com"
url: "https://orderly-descendant.info"
}
}

See also