Example 5671
App Manifest
Full application manifest with metadata, dependencies, and scripts.
{
name: "filter-concentration"
version: "4.20.19"
description: "Centralized bifurcated pricing structure"
keywords: [
"gym"
"flame"
"yummy"
]
scripts: {
dev: "node server.js --watch"
build: "tsc && esbuild src/index.ts --bundle --outfile=dist/index.js"
test: "jest"
lint: "eslint ."
}
engines: {
node: ">=22"
}
author: {
name: "Sven Jakubowski"
email: "Arnaldo81@yahoo.com"
url: "https://stupendous-pendant.info/"
}
}