Example 2167
App Manifest
Full application manifest with metadata, dependencies, and scripts.
{
name: "popularity-worth"
version: "5.13.10"
description: "Optional system-worthy utilisation"
keywords: [
"surface"
"overload"
"amused"
]
scripts: {
dev: "node server.js --watch"
build: "tsc && esbuild src/index.ts --bundle --outfile=dist/index.js"
test: "vitest"
lint: "biome check"
}
engines: {
node: ">=20"
}
author: {
name: "Cicero Will"
email: "Vergie_Abbott@gmail.com"
url: "https://rural-hunt.org/"
}
}