Example 16173
App Manifest
Full application manifest with metadata, dependencies, and scripts.
{
name: "whack-offset"
version: "6.13.16"
description: "Advanced fresh-thinking parallelism"
keywords: [
"e-mail"
"airport"
"sniveling"
]
scripts: {
dev: "node server.js --watch"
build: "tsc && esbuild src/index.ts --bundle --outfile=dist/index.js"
test: "mocha"
lint: "eslint ."
}
engines: {
node: ">=22"
}
author: {
name: "Shelly Predovic"
email: "Paula0@hotmail.com"
url: "https://great-bog.net/"
}
}