Example 8279
App Manifest
Full application manifest with metadata, dependencies, and scripts.
{
name: "hornet-desk"
version: "4.8.8"
description: "Implemented systematic local area network"
keywords: [
"porter"
"allocation"
"spirited"
]
scripts: {
dev: "node server.js --watch"
build: "tsc && esbuild src/index.ts --bundle --outfile=dist/index.js"
test: "mocha"
lint: "oxlint"
}
engines: {
node: ">=22"
}
author: {
name: "Roberto Johns"
email: "Alysa_Kassulke@gmail.com"
url: "https://secret-riser.net"
}
}