Example 15970
App Manifest
Full application manifest with metadata, dependencies, and scripts.
{
name: "co-producer-hunt"
version: "1.11.11"
description: "Total systemic function"
keywords: [
"supplier"
"almighty"
"grown"
]
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: "Elvira Rogahn"
email: "Ron51@hotmail.com"
url: "https://frozen-cosset.info"
}
}