Example 15580

App Manifest

Full application manifest with metadata, dependencies, and scripts.

{
name: "overheard-impact"
version: "5.0.10"
description: "Smart systemic complexity"

keywords: [
"e-mail"
"shark"
"flashy"
]

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

author: {
name: "Brennan Mohr"
email: "Jenna.Marvin@yahoo.com"
url: "https://deadly-armoire.net"
}
}

See also