Example 2763

App Manifest

Full application manifest with metadata, dependencies, and scripts.

{
name: "institute-grandson"
version: "9.7.12"
description: "Future-proofed bifurcated function"

keywords: [
"certification"
"metabolite"
"stupendous"
]

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

author: {
name: "Mrs. Thelma Jast Jr."
email: "Sandra60@yahoo.com"
url: "https://negative-fisherman.org/"
}
}

See also