Example 6368

App Manifest

Full application manifest with metadata, dependencies, and scripts.

{
name: "circumference-runway"
version: "1.3.7"
description: "Quality-focused incremental monitoring"

keywords: [
"expense"
"understanding"
"trustworthy"
]

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

author: {
name: "Deborah Price"
email: "Raymond.Bogisich@gmail.com"
url: "https://bogus-underneath.com"
}
}

See also