Example 9979

App Manifest

Full application manifest with metadata, dependencies, and scripts.

{
name: "goodwill-bench"
version: "6.1.2"
description: "Robust modular service-desk"

keywords: [
"retrospectivity"
"interior"
"official"
]

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

author: {
name: "Alysa Jacobs"
email: "Arthur43@hotmail.com"
url: "https://compassionate-offset.org/"
}
}

See also