Example 16062

App Manifest

Full application manifest with metadata, dependencies, and scripts.

{
name: "duster-conservation"
version: "6.17.9"
description: "Focused exuding matrix"

keywords: [
"laughter"
"shoulder"
"distinct"
]

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

author: {
name: "Lauriane Huel"
email: "Tad41@hotmail.com"
url: "https://winding-epic.info/"
}
}

See also