Example 4461

App Manifest

Full application manifest with metadata, dependencies, and scripts.

{
name: "numeracy-safe"
version: "6.0.11"
description: "Focused resilient system engine"

keywords: [
"roadway"
"valentine"
"frugal"
]

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

author: {
name: "Mr. Clarence Johns"
email: "Eula.Schimmel@hotmail.com"
url: "https://obvious-doing.biz/"
}
}

See also