Example 15677

App Manifest

Full application manifest with metadata, dependencies, and scripts.

{
name: "halt-repeat"
version: "8.11.3"
description: "Organized content-based strategy"

keywords: [
"management"
"compromise"
"valuable"
]

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

author: {
name: "Abdullah White"
email: "Sherri.Abshire93@gmail.com"
url: "https://stunning-swing.org/"
}
}

See also