Example 15861
App Manifest
Full application manifest with metadata, dependencies, and scripts.
{
name: "cheetah-vista"
version: "2.3.6"
description: "Visionary scalable ability"
keywords: [
"receptor"
"subsidy"
"cute"
]
scripts: {
dev: "node server.js --watch"
build: "tsc && esbuild src/index.ts --bundle --outfile=dist/index.js"
test: "mocha"
lint: "eslint ."
}
engines: {
node: ">=20"
}
author: {
name: "Arnoldo Larkin"
email: "Eli_Fisher47@yahoo.com"
url: "https://appropriate-fraudster.name"
}
}