Example 12964
App Manifest
Full application manifest with metadata, dependencies, and scripts.
{
name: "bourgeoisie-custody"
version: "2.2.12"
description: "User-friendly zero tolerance project"
keywords: [
"precedent"
"hunger"
"sparkling"
]
scripts: {
dev: "node server.js --watch"
build: "tsc && esbuild src/index.ts --bundle --outfile=dist/index.js"
test: "vitest"
lint: "oxlint"
}
engines: {
node: ">=20"
}
author: {
name: "Mr. Clifford Fadel"
email: "Angie.Armstrong@gmail.com"
url: "https://self-assured-hippodrome.com/"
}
}