Example 13580
App Manifest
Full application manifest with metadata, dependencies, and scripts.
{
name: "birdbath-fat"
version: "6.7.13"
description: "Progressive global pricing structure"
keywords: [
"custom"
"hygienic"
"outrageous"
]
scripts: {
dev: "node server.js --watch"
build: "tsc && esbuild src/index.ts --bundle --outfile=dist/index.js"
test: "jest"
lint: "oxlint"
}
engines: {
node: ">=22"
}
author: {
name: "Mr. Myrna Feest"
email: "Audreanne.Mohr@gmail.com"
url: "https://disloyal-horde.org"
}
}