Example 8666

App Manifest

Full application manifest with metadata, dependencies, and scripts.

{
name: "handover-tomography"
version: "9.6.2"
description: "Upgradable radical firmware"

keywords: [
"platypus"
"slime"
"handy"
]

scripts: {
dev: "node server.js --watch"
build: "tsc && esbuild src/index.ts --bundle --outfile=dist/index.js"
test: "mocha"
lint: "oxlint"
}
engines: {
node: ">=20"
}

author: {
name: "Vern Daugherty"
email: "Gracie.Gleichner19@hotmail.com"
url: "https://woeful-cruelty.net/"
}
}

See also