Example 8268

App Manifest

Full application manifest with metadata, dependencies, and scripts.

{
name: "circumference-adult"
version: "5.11.6"
description: "Enhanced transitional array"

keywords: [
"tray"
"excess"
"webbed"
]

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

author: {
name: "Mrs. Zoila Rohan"
email: "Francisco.DuBuque92@gmail.com"
url: "https://impeccable-decryption.biz"
}
}

See also