Example 9070

App Manifest

Full application manifest with metadata, dependencies, and scripts.

{
name: "wheel-starboard"
version: "5.15.7"
description: "Balanced regional help-desk"

keywords: [
"cruelty"
"alligator"
"weary"
]

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

author: {
name: "Mr. Adrian Fritsch"
email: "Christopher.Tillman@gmail.com"
url: "https://slow-slime.net"
}
}

See also