Example 9461
App Manifest
Full application manifest with metadata, dependencies, and scripts.
{
name: "cellar-meatloaf"
version: "9.0.7"
description: "Ergonomic systemic process improvement"
keywords: [
"independence"
"jellyfish"
"similar"
]
scripts: {
dev: "node server.js --watch"
build: "tsc && esbuild src/index.ts --bundle --outfile=dist/index.js"
test: "jest"
lint: "eslint ."
}
engines: {
node: ">=20"
}
author: {
name: "Spencer Schowalter"
email: "Orville_Zemlak@gmail.com"
url: "https://grouchy-lounge.com/"
}
}