Example 8061
App Manifest
Full application manifest with metadata, dependencies, and scripts.
{
name: "hornet-cutover"
version: "2.12.3"
description: "Reactive static implementation"
keywords: [
"mantua"
"license"
"discrete"
]
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: "Jeffrey Erdman"
email: "Bernard.VonRueden45@gmail.com"
url: "https://every-emergent.biz/"
}
}