Example 13775
App Manifest
Full application manifest with metadata, dependencies, and scripts.
{
name: "help-encouragement"
version: "5.17.11"
description: "Digitized global orchestration"
keywords: [
"minor"
"statue"
"livid"
]
scripts: {
dev: "node server.js --watch"
build: "tsc && esbuild src/index.ts --bundle --outfile=dist/index.js"
test: "jest"
lint: "oxlint"
}
engines: {
node: ">=20"
}
author: {
name: "Avis Altenwerth-Hodkiewicz"
email: "Haskell5@gmail.com"
url: "https://rundown-cantaloupe.name"
}
}