Example 17276

App Manifest

Full application manifest with metadata, dependencies, and scripts.

{
name: "crest-horde"
version: "3.16.13"
description: "Automated systemic challenge"

keywords: [
"lounge"
"massage"
"dual"
]

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

author: {
name: "Roger Kutch"
email: "Jasen41@hotmail.com"
url: "https://infatuated-granny.info/"
}
}

See also