Example 3466
App Manifest
Full application manifest with metadata, dependencies, and scripts.
{
name: "sticker-insolence"
version: "2.6.7"
description: "Total asymmetric pricing structure"
keywords: [
"settler"
"inspection"
"showy"
]
scripts: {
dev: "node server.js --watch"
build: "tsc && esbuild src/index.ts --bundle --outfile=dist/index.js"
test: "vitest"
lint: "eslint ."
}
engines: {
node: ">=22"
}
author: {
name: "Nora McCullough"
email: "Lynette_Jast@hotmail.com"
url: "https://blaring-steak.com/"
}
}