Example 6866

App Manifest

Full application manifest with metadata, dependencies, and scripts.

{
name: "eyeliner-newsstand"
version: "8.17.5"
description: "Implemented homogeneous capability"

keywords: [
"joy"
"chiffonier"
"impeccable"
]

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

author: {
name: "Yvette Waelchi"
email: "Leona_Kuhic@gmail.com"
url: "https://these-cauliflower.org/"
}
}

See also