Example 3474
App Manifest
Full application manifest with metadata, dependencies, and scripts.
{
name: "humidity-rosemary"
version: "2.3.9"
description: "Implemented zero administration conglomeration"
keywords: [
"creator"
"jungle"
"fantastic"
]
scripts: {
dev: "node server.js --watch"
build: "tsc && esbuild src/index.ts --bundle --outfile=dist/index.js"
test: "vitest"
lint: "eslint ."
}
engines: {
node: ">=20"
}
author: {
name: "Myron Weimann"
email: "Brain17@hotmail.com"
url: "https://breakable-cappelletti.biz"
}
}