Example 7661

App Manifest

Full application manifest with metadata, dependencies, and scripts.

{
name: "sightseeing-draft"
version: "8.1.4"
description: "Open-architected uniform algorithm"

keywords: [
"dredger"
"hutch"
"blind"
]

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

author: {
name: "Sunny Walter-Crona"
email: "Pamela6@hotmail.com"
url: "https://slow-eyebrow.net/"
}
}

See also