Example 11778

App Manifest

Full application manifest with metadata, dependencies, and scripts.

{
name: "cork-ruin"
version: "2.3.7"
description: "Realigned stable matrices"

keywords: [
"wriggler"
"step"
"responsible"
]

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: "Dr. Fatima Emmerich"
email: "Brennan_Legros@hotmail.com"
url: "https://respectful-sundae.org/"
}
}

See also