Example 14171

App Manifest

Full application manifest with metadata, dependencies, and scripts.

{
name: "suitcase-cornet"
version: "2.3.18"
description: "Integrated eco-centric portal"

keywords: [
"scout"
"density"
"lost"
]

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

author: {
name: "Dennis Boehm"
email: "Jade21@gmail.com"
url: "https://staid-offset.net/"
}
}

See also