Example 11473
App Manifest
Full application manifest with metadata, dependencies, and scripts.
{
name: "nectarine-gray"
version: "5.13.12"
description: "Focused next generation project"
keywords: [
"gazebo"
"newsstand"
"elderly"
]
scripts: {
dev: "node server.js --watch"
build: "tsc && esbuild src/index.ts --bundle --outfile=dist/index.js"
test: "vitest"
lint: "oxlint"
}
engines: {
node: ">=20"
}
author: {
name: "Erna Homenick"
email: "Dominick94@yahoo.com"
url: "https://cool-meadow.org"
}
}