Example 9363

App Manifest

Full application manifest with metadata, dependencies, and scripts.

{
name: "best-seller-dress"
version: "8.1.19"
description: "User-centric holistic analyzer"

keywords: [
"swanling"
"declaration"
"critical"
]

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

author: {
name: "Hubert Beer"
email: "Abbigail.Morissette77@yahoo.com"
url: "https://vivid-advancement.com/"
}
}

See also