Example 12367

App Manifest

Full application manifest with metadata, dependencies, and scripts.

{
name: "nougat-hunt"
version: "1.20.11"
description: "Triple-buffered secondary parallelism"

keywords: [
"nectarine"
"integer"
"questionable"
]

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

author: {
name: "Yolanda Koelpin"
email: "Wm_Crist11@yahoo.com"
url: "https://impressionable-technician.biz"
}
}

See also