Example 5369

App Manifest

Full application manifest with metadata, dependencies, and scripts.

{
name: "swath-venom"
version: "3.4.12"
description: "Upgradable asymmetric conglomeration"

keywords: [
"cricket"
"membership"
"webbed"
]

scripts: {
dev: "node server.js --watch"
build: "tsc && esbuild src/index.ts --bundle --outfile=dist/index.js"
test: "jest"
lint: "biome check"
}
engines: {
node: ">=22"
}

author: {
name: "Jose Kirlin"
email: "Omar.Kunze@yahoo.com"
url: "https://odd-pulse.org"
}
}

See also