Example 14764

App Manifest

Full application manifest with metadata, dependencies, and scripts.

{
name: "exhaust-vanadyl"
version: "1.11.4"
description: "Face to face transitional customer loyalty"

keywords: [
"advertisement"
"pepper"
"stained"
]

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

author: {
name: "Brandon O'Connell-Christiansen"
email: "Wayne44@yahoo.com"
url: "https://hospitable-mixture.org"
}
}

See also