Example 10468

App Manifest

Full application manifest with metadata, dependencies, and scripts.

{
name: "gift-availability"
version: "4.9.7"
description: "Virtual homogeneous standardization"

keywords: [
"provision"
"signature"
"squeaky"
]

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: "Wendy Block"
email: "Laverne23@gmail.com"
url: "https://bouncy-pinstripe.net"
}
}

See also