Example 3979
App Manifest
Full application manifest with metadata, dependencies, and scripts.
{
name: "dress-accompanist"
version: "5.8.12"
description: "Organized mission-critical architecture"
keywords: [
"expense"
"decongestant"
"inconsequential"
]
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: "Cornelius Hoppe"
email: "Yolanda.Yundt@yahoo.com"
url: "https://humble-disk.org/"
}
}