Example 11072

App Manifest

Full application manifest with metadata, dependencies, and scripts.

{
name: "almighty-swath"
version: "6.12.8"
description: "Immersive intermediate conglomeration"

keywords: [
"hexagon"
"density"
"watery"
]

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: "Junior Ortiz"
email: "Grayson_Schulist@hotmail.com"
url: "https://jaunty-husband.biz/"
}
}

See also