Example 10161

App Manifest

Full application manifest with metadata, dependencies, and scripts.

{
name: "flood-grandpa"
version: "3.15.2"
description: "Grass-roots needs-based projection"

keywords: [
"bell"
"cinder"
"parched"
]

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

author: {
name: "Tad Green"
email: "Amy.Champlin55@gmail.com"
url: "https://nervous-designation.info"
}
}

See also