Example 5267

App Manifest

Full application manifest with metadata, dependencies, and scripts.

{
name: "jury-epic"
version: "9.12.13"
description: "Fully-configurable executive instruction set"

keywords: [
"obesity"
"mantua"
"frail"
]

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: "Elijah Murphy III"
email: "Vincent_Koch@hotmail.com"
url: "https://steep-advertisement.org/"
}
}

See also