Example 12770
App Manifest
Full application manifest with metadata, dependencies, and scripts.
{
name: "affiliate-yarmulke"
version: "6.8.0"
description: "Public-key clear-thinking adapter"
keywords: [
"pupil"
"valentine"
"flowery"
]
scripts: {
dev: "node server.js --watch"
build: "tsc && esbuild src/index.ts --bundle --outfile=dist/index.js"
test: "jest"
lint: "eslint ."
}
engines: {
node: ">=22"
}
author: {
name: "Owen Schamberger"
email: "Toy_Dare12@yahoo.com"
url: "https://illiterate-riser.com/"
}
}