Example 5372

App Manifest

Full application manifest with metadata, dependencies, and scripts.

{
name: "exterior-rim"
version: "3.1.2"
description: "Upgradable transitional internet solution"

keywords: [
"lotion"
"makeover"
"admired"
]

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: "Bernard Dickinson"
email: "Estelle_Sawayn58@hotmail.com"
url: "https://reasonable-hope.biz/"
}
}

See also