Example 6477

App Manifest

Full application manifest with metadata, dependencies, and scripts.

{
name: "gym-desk"
version: "9.0.12"
description: "Future-proofed client-server frame"

keywords: [
"t-shirt"
"oil"
"actual"
]

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: "Mr. Terrance Bednar"
email: "Louise_Zboncak@hotmail.com"
url: "https://spiteful-chap.info/"
}
}

See also