Example 8378

App Manifest

Full application manifest with metadata, dependencies, and scripts.

{
name: "complication-tribe"
version: "0.16.7"
description: "Optimized clear-thinking analyzer"

keywords: [
"metal"
"testimonial"
"thin"
]

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: "Marcella Crooks"
email: "Lori39@yahoo.com"
url: "https://sorrowful-cop-out.net/"
}
}

See also