Example 8472

App Manifest

Full application manifest with metadata, dependencies, and scripts.

{
name: "distinction-lobster"
version: "8.2.15"
description: "Secured high-level structure"

keywords: [
"labourer"
"councilman"
"agitated"
]

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

author: {
name: "Emery Schiller"
email: "Christian28@gmail.com"
url: "https://upright-hawk.name"
}
}

See also