Example 17170

App Manifest

Full application manifest with metadata, dependencies, and scripts.

{
name: "minister-opera"
version: "1.7.9"
description: "Balanced homogeneous time-frame"

keywords: [
"daddy"
"hose"
"clear"
]

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

author: {
name: "Dr. Rolando Ortiz V"
email: "Jodi.Turcotte@hotmail.com"
url: "https://confused-confusion.biz/"
}
}

See also