Example 11468

App Manifest

Full application manifest with metadata, dependencies, and scripts.

{
name: "dish-republican"
version: "4.13.11"
description: "Total zero administration monitoring"

keywords: [
"napkin"
"obligation"
"normal"
]

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

author: {
name: "Dr. Kate Bogan-Ward Sr."
email: "Amanda_Toy22@gmail.com"
url: "https://energetic-forage.name/"
}
}

See also