Example 6172
App Manifest
Full application manifest with metadata, dependencies, and scripts.
{
name: "in-joke-honesty"
version: "2.18.10"
description: "Digitized demand-driven conglomeration"
keywords: [
"pantyhose"
"sermon"
"well-off"
]
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: "Jimmy Beier"
email: "Landen59@gmail.com"
url: "https://antique-soybean.info/"
}
}