Example 4264

App Manifest

Full application manifest with metadata, dependencies, and scripts.

{
name: "cross-contamination-phrase"
version: "8.6.11"
description: "Open-architected client-driven software"

keywords: [
"archaeology"
"brush"
"handsome"
]

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

author: {
name: "Lemuel Kerluke"
email: "Leo_Reinger@yahoo.com"
url: "https://ill-fated-platter.com"
}
}

See also