Example 6370

App Manifest

Full application manifest with metadata, dependencies, and scripts.

{
name: "siege-siege"
version: "3.4.5"
description: "Universal eco-centric algorithm"

keywords: [
"unibody"
"draw"
"vivid"
]

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

author: {
name: "Madisyn Schultz"
email: "Lillian7@yahoo.com"
url: "https://favorite-baritone.info"
}
}

See also