Example 17467
App Manifest
Full application manifest with metadata, dependencies, and scripts.
{
name: "numeracy-coast"
version: "9.16.15"
description: "Cross-platform fresh-thinking monitoring"
keywords: [
"scorn"
"casement"
"muted"
]
scripts: {
dev: "node server.js --watch"
build: "tsc && esbuild src/index.ts --bundle --outfile=dist/index.js"
test: "vitest"
lint: "oxlint"
}
engines: {
node: ">=22"
}
author: {
name: "Winifred Greenfelder"
email: "Brown_Donnelly@gmail.com"
url: "https://smooth-tentacle.name"
}
}