Example 15566

App Manifest

Full application manifest with metadata, dependencies, and scripts.

{
name: "typeface-birdbath"
version: "8.15.19"
description: "Exclusive local array"

keywords: [
"freight"
"lady"
"pointed"
]

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

author: {
name: "Anjali Ondricka"
email: "Garth.Zboncak32@hotmail.com"
url: "https://eminent-stir-fry.info"
}
}

See also