Example 10065
App Manifest
Full application manifest with metadata, dependencies, and scripts.
{
name: "fuel-deduction"
version: "1.20.11"
description: "Versatile interactive monitoring"
keywords: [
"fundraising"
"unblinking"
"vivid"
]
scripts: {
dev: "node server.js --watch"
build: "tsc && esbuild src/index.ts --bundle --outfile=dist/index.js"
test: "vitest"
lint: "biome check"
}
engines: {
node: ">=22"
}
author: {
name: "Marlene Gleason"
email: "Sylvan33@hotmail.com"
url: "https://feline-marten.info/"
}
}