Example 3179
App Manifest
Full application manifest with metadata, dependencies, and scripts.
{
name: "flat-chap"
version: "2.5.20"
description: "Centralized contextually-based firmware"
keywords: [
"seafood"
"switch"
"smug"
]
scripts: {
dev: "node server.js --watch"
build: "tsc && esbuild src/index.ts --bundle --outfile=dist/index.js"
test: "jest"
lint: "eslint ."
}
engines: {
node: ">=20"
}
author: {
name: "Mr. Jaeden Frami"
email: "Judy.Flatley43@hotmail.com"
url: "https://substantial-metabolite.info"
}
}