Example 3171
App Manifest
Full application manifest with metadata, dependencies, and scripts.
{
name: "synergy-entry"
version: "7.11.0"
description: "Operative system-worthy task-force"
keywords: [
"guard"
"trolley"
"negligible"
]
scripts: {
dev: "node server.js --watch"
build: "tsc && esbuild src/index.ts --bundle --outfile=dist/index.js"
test: "jest"
lint: "biome check"
}
engines: {
node: ">=22"
}
author: {
name: "Roy Nader MD"
email: "Daniella72@hotmail.com"
url: "https://gracious-monasticism.org"
}
}