Example 5580

App Manifest

Full application manifest with metadata, dependencies, and scripts.

{
name: "swath-feather"
version: "7.6.19"
description: "Team-oriented cohesive application"

keywords: [
"deployment"
"technologist"
"official"
]

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

author: {
name: "Lyla Fay MD"
email: "Amos.Blick@yahoo.com"
url: "https://extroverted-chasuble.com/"
}
}

See also