Example 10974
App Manifest
Full application manifest with metadata, dependencies, and scripts.
{
name: "heroine-humidity"
version: "8.15.4"
description: "Diverse impactful function"
keywords: [
"chiffonier"
"accountability"
"vivacious"
]
scripts: {
dev: "node server.js --watch"
build: "tsc && esbuild src/index.ts --bundle --outfile=dist/index.js"
test: "jest"
lint: "eslint ."
}
engines: {
node: ">=18"
}
author: {
name: "Jordan Schuppe MD"
email: "Guy_Swift@hotmail.com"
url: "https://finished-numeric.biz/"
}
}