Example 3565

App Manifest

Full application manifest with metadata, dependencies, and scripts.

{
name: "testing-accelerator"
version: "0.17.1"
description: "Innovative actuating adapter"

keywords: [
"self-confidence"
"newsprint"
"total"
]

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

author: {
name: "Bessie Jenkins"
email: "Donald.Schmeler-Heaney@yahoo.com"
url: "https://sudden-reboot.info"
}
}

See also